/* 🎨 TEMA 2: MODERN PARLAK LACİVERT-TURKUAZ */

:root {
  --tema2-lacivert: #0f4c75;        /* Parlak lacivert - Modern, dinamik */
  --tema2-lacivert-acik: #3282b8;   /* Açık mavi-lacivert */
  --tema2-turkuaz: #00d9ff;         /* Neon turkuaz - Çok canlı */
  --tema2-altin: #ffd700;           /* Parlak altın */
  --tema2-beyaz: #ffffff;           /* Net beyaz */
  --tema2-gri: #e8f4f8;             /* Açık mavi-beyaz */
}

/* GENEL OVERFLOW DÜZELTMESİ */
body,
html {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

.page-wrapper {
  overflow-x: hidden !important;
}

.banner-section {
  overflow: hidden !important;
}

/* SLIDER - KARARTMA AZALTMA VE IŞIK EFEKTİ */
.banner-section .slide-item:before {
  background: rgba(0, 0, 0, 0.3) !important;
  opacity: 0.5 !important;
}

.banner-section .slider-main-title {
  position: relative;
  z-index: 10;
}

.banner-section .gold-shimmer-large {
  background: linear-gradient(
    90deg,
    #ffd700 0%,
    #fff9c4 25%,
    #ffd700 50%,
    #fff9c4 75%,
    #ffd700 100%
  );
  background-size: 200% 100%;
  animation: shimmerLarge 2s infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.9)) 
          drop-shadow(0 0 40px rgba(255, 215, 0, 0.6));
  font-size: 1.15em;
  font-weight: 800;
  display: inline-block;
}

@keyframes shimmerLarge {
  0% { 
    background-position: 0% 50%; 
    filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.9)) 
            drop-shadow(0 0 40px rgba(255, 215, 0, 0.6));
  }
  50% { 
    background-position: 100% 50%; 
    filter: drop-shadow(0 0 30px rgba(255, 215, 0, 1)) 
            drop-shadow(0 0 60px rgba(255, 215, 0, 0.8));
  }
  100% { 
    background-position: 0% 50%; 
    filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.9)) 
            drop-shadow(0 0 40px rgba(255, 215, 0, 0.6));
  }
}

.banner-section .content-box {
  position: relative;
  z-index: 10;
}

/* HEADER & MENU */
.header-lower {
  background: linear-gradient(135deg, #0f4c75 0%, #1a5d8f 100%) !important;
  box-shadow: 0 5px 30px rgba(0, 217, 255, 0.2);
}

.main-header .menu-area:before {
  background: #3282b8 !important;
}

.main-menu .navigation > li > a {
  color: #ffffff !important;
  font-weight: 500;
}

.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.current > a {
  color: #00d9ff !important;
  text-shadow: 0 0 10px rgba(0, 217, 255, 0.5);
}

/* Sticky header */
.sticky-header {
  background: linear-gradient(135deg, #0f4c75 0%, #1a5d8f 100%) !important;
  box-shadow: 0 5px 20px rgba(0, 217, 255, 0.3);
}

/* Mobile menu */
.mobile-menu .navigation li a {
  color: #ffffff !important;
}

/* SLIDER ALTI ALAN */
.banner-section .banner-thumb-inner:before {
  background: linear-gradient(135deg, #0f4c75 0%, #1a5d8f 100%) !important;
  box-shadow: 0 -5px 30px rgba(0, 217, 255, 0.1);
}

.banner-section .banner-thumb-inner .single-item h6 {
  color: #00d9ff !important;
  text-shadow: 0 0 10px rgba(0, 217, 255, 0.3);
}

.banner-section .banner-thumb-inner .single-item p {
  color: #ffffff !important;
}

/* FOOTER */
.main-footer {
  background: linear-gradient(135deg, #0f4c75 0%, #1a5d8f 100%) !important;
}

.main-footer .bg-layer {
  display: none !important;
}

.main-footer h2,
.main-footer h3,
.main-footer h4 {
  color: #ffffff !important;
}

.main-footer p,
.main-footer li {
  color: #e8f4f8 !important;
}

.main-footer a:hover {
  color: #00d9ff !important;
}

/* BODY */
body {
  background: linear-gradient(135deg, #0f4c75 0%, #3282b8 50%, #0f4c75 100%) !important;
}

/* SECTION ARKAPLAN */
section {
  background: linear-gradient(135deg, #ffffff 0%, #e8f4f8 100%) !important;
}

/* KOYU SECTION'LAR */
.dark-bg,
.testimonial-section,
.banner-section {
  background: linear-gradient(135deg, #0f4c75 0%, #1a5490 100%) !important;
}

/* BUTONLAR */
.btn,
.theme-btn {
  background: linear-gradient(135deg, #00d9ff 0%, #00b8d4 100%) !important;
  color: #0f4c75 !important;
  box-shadow: 0 5px 20px rgba(0, 217, 255, 0.3);
}

.btn:hover {
  background: linear-gradient(135deg, #00b8d4 0%, #0097a7 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 217, 255, 0.5);
}

/* BAŞLIKLAR */
h1, h2, h3 {
  color: #0f4c75 !important;
}

/* LİNKLER */
a {
  color: #3282b8 !important;
}

a:hover {
  color: #00d9ff !important;
}

/* HOVER EFEKTLERİ */
.inner-box:hover {
  box-shadow: 0 15px 50px rgba(0, 217, 255, 0.2);
  transform: translateY(-5px);
}

/* SOSYAL MEDYA BUTONLARINI KORU */
.whatsapp a {
  background: #4dc247 !important;
  color: white !important;
}

.telefon a {
  background: #337ab7 !important;
  color: white !important;
}

.telegram a {
  background: #27A7E5 !important;
  color: white !important;
}

.instagram a {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
  color: white !important;
}

/* Hover durumlarında da aynı kalsın */
.whatsapp a:hover,
.telefon a:hover,
.telegram a:hover,
.instagram a:hover {
  transform: rotate(45deg) !important;
  color: white !important;
}

/* PAGE TITLE / BREADCRUMB - Yükseklik Yarıya İndirme */
.page-title {
  background: linear-gradient(135deg, #0f4c75 0%, #1a5d8f 100%) !important;
  padding: 40px 0 45px !important;
  min-height: 100px !important;
  max-height: 150px !important;
}

.page-title .outer-container {
  min-height: auto !important;
  padding: 0 !important;
}

.page-title .large-container {
  padding: 0 15px !important;
}

.page-title .outer-container .bg-layer {
  display: none !important;
}

.page-title .title-box {
  padding: 0 !important;
  margin: 0 !important;
}

.page-title .title-box h2 {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin: 0 !important;
  padding: 0 !important;
}

.page-title:before {
  background: rgba(0, 217, 255, 0.1) !important;
}

/* MODERN GALERİ */
.modern-gallery {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%) !important;
}

.modern-gallery .sec-title {
  margin-bottom: 50px;
}

.modern-gallery .title-shape {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #00d9ff, #0f4c75);
  margin: 15px auto 0;
  border-radius: 10px;
}

.gallery-item {
  margin-bottom: 30px;
}

.gallery-block {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.gallery-block:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 217, 255, 0.25);
}

.gallery-block .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.gallery-block .image-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.5s ease;
  border-radius: 15px;
}

.gallery-block:hover .image-box img {
  transform: scale(1.1);
}

.gallery-block .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(15, 76, 117, 0.95), rgba(0, 217, 255, 0.95));
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-block:hover .overlay-box {
  opacity: 1;
  visibility: visible;
}

.gallery-block .overlay-inner {
  text-align: center;
}

.gallery-block .content .icon {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
  animation: zoomInOut 1.5s infinite;
}

.gallery-block .content h4 {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

/* Lightbox için düzeltme */
.gallery-block a {
  display: block;
  text-decoration: none;
}

/* KATEGORİ FİLTRELERİ - MODERN TAB TASARIM */
.category-filter-wrapper {
  margin-bottom: 60px;
  text-align: center;
}

.category-filters {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 15px;
  background: linear-gradient(135deg, rgba(15, 76, 117, 0.05), rgba(0, 217, 255, 0.05));
  border-radius: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  list-style: none;
  margin: 0;
  justify-content: center;
}

.category-filters li {
  padding: 12px 30px;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 30px;
  color: #0f4c75;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.category-filters li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0f4c75, #00d9ff);
  transition: all 0.4s ease;
  z-index: -1;
}

.category-filters li:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 217, 255, 0.3);
}

.category-filters li:hover:before {
  left: 0;
}

.category-filters li.active {
  background: linear-gradient(135deg, #0f4c75, #00d9ff);
  color: #ffffff !important;
  border-color: #ffd700;
  box-shadow: 0 10px 30px rgba(0, 217, 255, 0.4);
  transform: translateY(-3px);
}

.category-filters li.active:before {
  left: 0;
}

/* Proje ve Hizmet İtemlerinde Animasyon */
.project-item, .service-item {
  transition: all 0.3s ease;
  opacity: 1;
  transform: scale(1);
}

.project-item[style*="display: none"], 
.service-item[style*="display: none"] {
  opacity: 0;
  transform: scale(0.8);
}

/* Responsive */
@media (max-width: 768px) {
  .category-filters {
    flex-direction: column;
    padding: 10px;
    border-radius: 20px;
    gap: 10px;
  }
  
  .category-filters li {
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
  }
  
  /* Breadcrumb mobil */
  .page-title {
    padding: 30px 0 35px !important;
    min-height: 80px !important;
  }
  
  .page-title .title-box h2 {
    font-size: 24px !important;
  }
  
  /* Hizmet kartları mobil */
  .service-section.centred .service-block-one.art-gallery-block .icon-box img {
    max-width: 100px;
    height: 100px;
  }
  
  .service-section:not(.centred) .service-block-one .inner-box {
    min-height: 220px;
  }
  
  .service-section:not(.centred) .service-block-one h4 {
    font-size: 16px;
    padding: 12px 15px;
  }
  
  /* Proje kartları mobil */
  .project-block .image-box img {
    height: 250px;
  }
  
  .project-block .content h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .category-filters li {
    font-size: 13px;
    padding: 8px 15px;
  }
  
  .page-title .title-box h2 {
    font-size: 20px !important;
  }
  
  .service-section:not(.centred) .service-block-one .inner-box {
    min-height: 200px;
  }
  
  .project-block .image-box img {
    height: 200px;
  }
}

/* HİZMETLER SAYFA KARTLARI - PROJE GİBİ MODERN TASARIM */
.service-section.centred .service-block {
  margin-bottom: 30px;
}

/* ANASAYFA HİZMETLER CAROUSEL - MODERN TASARIM */
.service-section.homepage-services {
  padding: 60px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%) !important;
}

.service-section.homepage-services .service-carousel {
  margin: 0 -15px;
}

.service-section.homepage-services .service-item-slide {
  padding: 0 15px;
}

.service-section.homepage-services .service-block-modern {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  background: #ffffff;
  padding: 5px;
  margin: 10px 0;
}

.service-section.homepage-services .service-block-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 217, 255, 0.4);
}

.service-section.homepage-services .service-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  overflow: hidden;
  text-decoration: none;
}

.service-section.homepage-services .service-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 0.4s ease;
  z-index: 0;
}

.service-section.homepage-services .service-block-modern:hover .service-inner {
  border-color: #ffd700;
  background-size: 110%;
}

.service-section.homepage-services .service-block-modern:hover .service-inner:before {
  background: rgba(0, 217, 255, 0.1);
}

.service-section.homepage-services .service-inner h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 15px 20px;
  background: linear-gradient(135deg, #0f4c75 0%, #00d9ff 100%);
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
}

.service-section.homepage-services .service-block-modern:hover .service-inner h4 {
  background: linear-gradient(135deg, #00d9ff 0%, #0f4c75 100%);
  letter-spacing: 1px;
}

/* ANASAYFA HİZMETLER - ESKİ TASARIM KORUNDU (YEDEKLEMEYİ KALDIR) */
.service-section.centred .service-block-one.art-gallery-block {
  position: relative;
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.4s ease;
  background: transparent;
  height: auto;
  padding: 0;
}

.service-section.centred .service-block-one.art-gallery-block .inner-box {
  position: relative;
  padding: 40px 25px;
  text-align: center;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  background-size: auto;
  border-radius: 0;
  border: none;
  transition: all 0.4s ease;
  overflow: visible;
}

.service-section.centred .service-block-one.art-gallery-block .inner-box:before {
  display: none;
}

.service-section.centred .service-block-one.art-gallery-block .icon-box {
  display: block;
  margin-bottom: 25px;
}

.service-section.centred .service-block-one.art-gallery-block .icon-box img {
  max-width: 120px;
  height: 120px;
  object-fit: contain;
}

.service-section.centred .service-block-one.art-gallery-block h4 {
  color: #0f4c75;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
  background: transparent;
  text-align: center;
  text-shadow: none;
}

.service-section.centred .service-block-one.art-gallery-block:hover h4 {
  color: #00d9ff;
  letter-spacing: normal;
}

/* DETAY SAYFA HİZMETLER - YENİ MODERN TASARIM */
.service-section:not(.centred) .service-block {
  margin-bottom: 30px;
}

.service-section:not(.centred) .service-block-one {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  background: #ffffff;
  height: 100%;
  padding: 5px;
}

.service-section:not(.centred) .service-block-one:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 217, 255, 0.4);
}

.service-section:not(.centred) .service-block-one .inner-box {
  position: relative;
  padding: 0;
  text-align: center;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  overflow: hidden;
}

.service-section:not(.centred) .service-block-one .inner-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 0.4s ease;
  z-index: 0;
}

.service-section:not(.centred) .service-block-one:hover .inner-box {
  border-color: #ffd700;
}

.service-section:not(.centred) .service-block-one:hover .inner-box:before {
  background: rgba(0, 217, 255, 0.1);
}

.service-section:not(.centred) .service-block-one .inner-box img {
  transition: all 0.4s ease;
}

.service-section:not(.centred) .service-block-one:hover .inner-box {
  background-size: 110%;
}

.service-section:not(.centred) .service-block-one .icon-box {
  display: none;
}

.service-section:not(.centred) .service-block-one h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 15px 20px;
  background: linear-gradient(135deg, #0f4c75 0%, #00d9ff 100%);
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.service-section:not(.centred) .service-block-one:hover h4 {
  background: linear-gradient(135deg, #00d9ff 0%, #0f4c75 100%);
  letter-spacing: 1px;
}

/* MODERN PROJE GRİD */
.modern-project-grid {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%) !important;
}

.project-item {
  margin-bottom: 30px;
}

.project-block {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.project-block:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 217, 255, 0.25);
}

.project-block .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.project-block .image-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.5s ease;
  border-radius: 15px;
}

.project-block:hover .image-box img {
  transform: scale(1.1);
}

.project-block .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(15, 76, 117, 0.95), rgba(0, 217, 255, 0.95));
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-block:hover .overlay-box {
  opacity: 1;
  visibility: visible;
}

.project-block .overlay-inner {
  text-align: center;
}

.project-block .content h3 {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.project-block .content h3 a {
  color: #ffffff !important;
  text-decoration: none;
}

.project-block .content .link {
  margin-top: 15px;
}

.project-block .content .link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 20px;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.project-block .content .link a:hover {
  background: #ffffff;
  color: #0f4c75 !important;
  transform: rotate(90deg) scale(1.1);
}

/* HİZMET DETAY SAYFASI */
.service-details {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
}

.service-details .sec-title h2 {
  color: #0f4c75;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-details .text p {
  color: #555;
  line-height: 1.8;
}

.service-details .image-box img {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-sidebar .category-widget {
  background: linear-gradient(135deg, #0f4c75 0%, #1a5d8f 100%);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-sidebar .category-widget h3 {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}

.service-sidebar .category-list li {
  margin-bottom: 15px;
}

.service-sidebar .category-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff !important;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.service-sidebar .category-list li a:hover,
.service-sidebar .category-list li a.current {
  background: rgba(0, 217, 255, 0.2);
  border-color: #ffd700;
  transform: translateX(5px);
}

.service-sidebar .category-list li a i {
  color: #00d9ff;
  font-size: 14px;
}

/* BLOG DETAY SAYFASI */
.sidebar-page-container {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
}

.blog-details-content .upper-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.blog-details-content .news-block-two {
  background: transparent !important;
}

.blog-details-content .news-block-two .inner-box {
  background: #ffffff !important;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.blog-details-content .news-block-two .content-box {
  background: transparent !important;
}

.blog-details-content .news-block-two h3 {
  color: #0f4c75;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-details-content .post-info li {
  color: #00d9ff;
  font-weight: 500;
}

.blog-details-content .post-info li a {
  color: #00d9ff !important;
}

.blog-details-content .post-info li i {
  color: #ffd700;
}

.blog-details-content .text p {
  color: #555;
  line-height: 1.8;
}

.blog-sidebar .sidebar-widget {
  background: linear-gradient(135deg, #0f4c75 0%, #1a5d8f 100%);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.blog-sidebar .widget-title h3 {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
}

.blog-sidebar .category-list li {
  margin-bottom: 15px;
}

.blog-sidebar .category-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff !important;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.blog-sidebar .category-list li a:hover,
.blog-sidebar .category-list li a.current {
  background: rgba(0, 217, 255, 0.2);
  border-color: #ffd700;
  transform: translateX(5px);
}

.blog-sidebar .category-list li a i {
  color: #00d9ff;
  font-size: 14px;
}

/* ========================================
   BLOG LİSTESİ SAYFA DÜZENİ - GRID
======================================== */
.news-section.blog-grid {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.news-section.blog-grid .news-block-two {
  margin-bottom: 30px;
  height: 100%;
}

.news-section.blog-grid .news-block-two .inner-box {
  background: #ffffff !important;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-section.blog-grid .news-block-two .inner-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 217, 255, 0.3);
}

.news-section.blog-grid .news-block-two .image-box {
  margin: 0;
  overflow: hidden;
  height: 250px;
}

.news-section.blog-grid .news-block-two .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.news-section.blog-grid .news-block-two .inner-box:hover .image-box img {
  transform: scale(1.1);
}

.news-section.blog-grid .news-block-two .content-box {
  padding: 25px;
  background: #ffffff !important;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-section.blog-grid .news-block-two .post-info {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 2px solid #00d9ff;
}

.news-section.blog-grid .news-block-two .post-info li {
  color: #0f4c75;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.news-section.blog-grid .news-block-two .post-info li i {
  color: #00d9ff;
  font-size: 14px;
}

.news-section.blog-grid .news-block-two .post-info li a {
  color: #0f4c75;
  text-decoration: none;
  transition: color 0.3s ease;
}

.news-section.blog-grid .news-block-two .post-info li a:hover {
  color: #00d9ff;
}

.news-section.blog-grid .news-block-two h3 {
  margin-bottom: 15px;
}

.news-section.blog-grid .news-block-two h3 a {
  color: #0f4c75 !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-section.blog-grid .news-block-two h3 a:hover {
  color: #00d9ff !important;
}

.news-section.blog-grid .news-block-two p {
  color: #666666;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Blog Grid Responsive */
@media (max-width: 768px) {
  .news-section.blog-grid {
    padding: 50px 0;
  }
  
  .news-section.blog-grid .news-block-two .image-box {
    height: 220px;
  }
  
  .news-section.blog-grid .news-block-two h3 a {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .news-section.blog-grid .news-block-two .image-box {
    height: 200px;
  }
  
  .news-section.blog-grid .news-block-two .content-box {
    padding: 20px;
  }
  
  .news-section.blog-grid .news-block-two h3 a {
    font-size: 18px;
  }
}

/* ========================================
   YENİ BLOG DETAY DÜZENİ - MODERN LAYOUT
======================================== */
.blog-detail-new-layout {
  margin: 0;
  padding: 0;
}

.blog-image-section {
  position: relative;
  height: 70vh;
  min-height: 500px;
  overflow: hidden;
}

.blog-image-wrapper {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
}

.blog-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-content-section {
  background: #ffffff;
  padding: 80px 60px;
  min-height: 70vh;
  display: flex;
  align-items: flex-start;
}

.blog-content-wrapper {
  width: 100%;
  max-width: 800px;
}

.blog-meta {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #00d9ff;
}

.blog-meta span {
  color: #0f4c75;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-meta i {
  color: #00d9ff;
  font-size: 16px;
}

.blog-title {
  font-size: 42px;
  font-weight: 700;
  color: #0f4c75;
  margin-bottom: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-description {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
}

.blog-description p {
  margin-bottom: 20px;
}

.blog-description h1,
.blog-description h2,
.blog-description h3,
.blog-description h4 {
  color: #0f4c75;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.blog-description ul,
.blog-description ol {
  margin-left: 25px;
  margin-bottom: 20px;
}

.blog-description img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
}

/* ========================================
   DİĞER BLOGLAR CAROUSEL - FOOTER ÜSTÜ
======================================== */
.other-blogs-carousel {
  background: linear-gradient(135deg, #0f4c75 0%, #001f3f 100%);
  padding: 60px 0;
  margin-top: 0;
  position: relative;
}

.other-blogs-carousel .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.other-blogs-carousel .section-title h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.other-blogs-carousel .section-title h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #00d9ff 0%, #ffd700 100%);
}

.blog-carousel-item {
  padding: 15px;
}

.blog-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 217, 255, 0.3);
}

.blog-card-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.1);
}

.blog-card-content {
  padding: 25px;
  background: #ffffff;
}

.blog-card-content h4 {
  color: #0f4c75;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 56px;
}

.blog-card-content .blog-date {
  color: #00d9ff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.blog-card-content .blog-date i {
  color: #ffd700;
}

/* Owl Carousel Navigation */
.blog-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.blog-carousel .owl-nav button {
  background: rgba(255, 255, 255, 0.9) !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 24px;
  color: #0f4c75 !important;
}

.blog-carousel .owl-nav button:hover {
  background: #00d9ff !important;
  color: #ffffff !important;
  transform: scale(1.1);
}

.blog-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.blog-carousel .owl-dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.blog-carousel .owl-dot.active {
  background: #ffd700;
  width: 30px;
  border-radius: 10px;
}

/* ========================================
   RESPONSIVE TASARIM - MOBILE UYUMLU
======================================== */
@media (max-width: 991px) {
  .blog-image-section {
    height: 60vh;
    min-height: 400px;
  }
  
  .blog-content-section {
    padding: 40px 30px;
    min-height: auto;
  }
  
  .blog-title {
    font-size: 32px;
  }
  
  .blog-description {
    font-size: 16px;
  }
  
  .other-blogs-carousel .section-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .blog-image-section {
    height: 50vh;
    min-height: 350px;
  }
  
  .blog-content-section {
    padding: 30px 20px;
  }
  
  .blog-title {
    font-size: 26px;
  }
  
  .blog-meta {
    flex-direction: column;
    gap: 10px;
  }
  
  .other-blogs-carousel {
    padding: 40px 0;
  }
  
  .other-blogs-carousel .section-title h2 {
    font-size: 28px;
  }
  
  .blog-card-image {
    height: 200px;
  }
  
  .blog-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .blog-title {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
  
  .blog-description {
    font-size: 15px;
  }
  
  .blog-content-section {
    padding: 20px 15px;
  }
  
  .blog-card-content h4 {
    font-size: 18px;
    min-height: 48px;
  }
  
  .blog-card-content {
    padding: 20px;
  }
  
  .other-blogs-carousel .section-title h2 {
    font-size: 24px;
  }
  
  .blog-carousel .owl-nav {
    padding: 0 10px;
  }
}

/* ========================================
   MODERN PROJE KARTLARI - TEMA 2
======================================== */
.modern-project-grid {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.modern-project-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modern-project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 217, 255, 0.3);
}

.project-image-wrapper {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.project-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.modern-project-card:hover .project-image-wrapper img {
  transform: scale(1.15);
}

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(15, 76, 117, 0.95) 0%, rgba(0, 217, 255, 0.85) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

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

.overlay-content {
  text-align: center;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.modern-project-card:hover .overlay-content {
  transform: translateY(0);
}

.category-badge {
  display: inline-block;
  background: rgba(255, 215, 0, 0.9);
  color: #0f4c75;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.view-project-btn {
  display: inline-block;
  background: #ffffff;
  color: #0f4c75 !important;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.view-project-btn:hover {
  background: #ffd700;
  color: #0f4c75 !important;
  transform: scale(1.05);
}

.view-project-btn i {
  margin-right: 8px;
}

.project-info {
  padding: 25px;
  background: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project-info h3 {
  margin-bottom: 12px;
}

.project-info h3 a {
  color: #0f4c75 !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-info h3 a:hover {
  color: #00d9ff !important;
}

.project-category {
  color: #00d9ff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.project-category i {
  color: #ffd700;
  font-size: 14px;
}

/* ========================================
   PAGİNATİON - SAYFALAMA SİSTEMİ
======================================== */
.pagination-wrapper {
  margin-top: 60px;
  text-align: center;
}

.pagination-list {
  display: inline-flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination-list li {
  display: inline-block;
}

.pagination-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 45px;
  padding: 0 15px;
  background: #ffffff;
  color: #0f4c75;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.pagination-list a:hover {
  background: linear-gradient(135deg, #0f4c75 0%, #00d9ff 100%);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 217, 255, 0.4);
}

.pagination-list a.active {
  background: linear-gradient(135deg, #0f4c75 0%, #00d9ff 100%);
  color: #ffffff;
  border-color: #ffd700;
  box-shadow: 0 5px 20px rgba(0, 217, 255, 0.4);
}

.pagination-list a.prev,
.pagination-list a.next {
  background: linear-gradient(135deg, #0f4c75 0%, #00d9ff 100%);
  color: #ffffff;
  font-size: 14px;
}

.pagination-list a.prev:hover,
.pagination-list a.next:hover {
  background: #ffd700;
  color: #0f4c75;
}

.pagination-list a i {
  font-size: 14px;
}

/* Pagination Responsive */
@media (max-width: 768px) {
  .pagination-wrapper {
    margin-top: 40px;
  }
  
  .pagination-list {
    gap: 8px;
  }
  
  .pagination-list a {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
    padding: 0 12px;
  }
}

@media (max-width: 480px) {
  .pagination-list a {
    min-width: 35px;
    height: 35px;
    font-size: 13px;
    padding: 0 10px;
  }
  
  .pagination-list {
    gap: 5px;
  }
}

/* Modern Project Grid Responsive */
@media (max-width: 768px) {
  .modern-project-grid {
    padding: 50px 0;
  }
  
  .project-image-wrapper {
    height: 240px;
  }
  
  .project-info h3 a {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .project-image-wrapper {
    height: 220px;
  }
  
  .project-info {
    padding: 20px;
  }
  
  .project-info h3 a {
    font-size: 18px;
  }
  
  .view-project-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}

/* ========================================
   MODERN PROJE DETAY SAYFASI - SAHİBİNDEN/TRENDYOL TARZI
======================================== */
.modern-project-detail {
  padding: 0;
  background: #f8f9fa;
}

/* Sol Taraf - Galeri Bölümü */
.project-gallery-section {
  background: #ffffff;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-slider-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.project-main-slider .slider-item {
  position: relative;
  height: 600px;
  background: #000;
}

.project-main-slider .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.project-main-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10;
}

.project-main-slider .owl-nav button {
  background: rgba(255, 255, 255, 0.95) !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 20px;
  color: #0f4c75 !important;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.project-main-slider .owl-nav button:hover {
  background: #00d9ff !important;
  color: #ffffff !important;
  transform: scale(1.1);
}

/* Resim Sayısı Badge */
.image-count-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
}

.image-count-badge i {
  color: #ffd700;
}

/* Thumbnail Slider */
.thumbnail-slider-wrapper {
  margin-top: 15px;
}

.project-thumbnail-slider .thumbnail-item {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  height: 80px;
}

.project-thumbnail-slider .thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.project-thumbnail-slider .thumbnail-item:hover {
  border-color: #00d9ff;
  transform: translateY(-3px);
}

.project-thumbnail-slider .thumbnail-item.active {
  border-color: #0f4c75;
  box-shadow: 0 5px 15px rgba(15, 76, 117, 0.4);
}

/* Sağ Taraf - Bilgi Bölümü */
.project-info-section {
  background: #ffffff;
  padding: 50px;
  height: 100%;
  overflow-y: auto;
  max-height: 100vh;
}

.project-header {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 3px solid #00d9ff;
}

.project-category-badge {
  display: inline-block;
  background: linear-gradient(135deg, #0f4c75 0%, #00d9ff 100%);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.project-category-badge i {
  color: #ffd700;
  margin-right: 5px;
}

.project-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f4c75;
  margin-bottom: 20px;
  line-height: 1.3;
}

.project-meta {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}

.meta-item i {
  color: #00d9ff;
  font-size: 16px;
}

.project-short-desc {
  background: linear-gradient(135deg, rgba(15, 76, 117, 0.05) 0%, rgba(0, 217, 255, 0.05) 100%);
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 30px;
  border-left: 4px solid #00d9ff;
}

.project-short-desc p {
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}

.project-description {
  margin-bottom: 30px;
}

.section-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #0f4c75;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-subtitle i {
  color: #00d9ff;
  font-size: 24px;
}

.description-content {
  color: #555555;
  font-size: 15px;
  line-height: 1.8;
}

.description-content p {
  margin-bottom: 15px;
}

.description-content h1,
.description-content h2,
.description-content h3,
.description-content h4 {
  color: #0f4c75;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.description-content ul,
.description-content ol {
  margin-left: 25px;
  margin-bottom: 15px;
}

.description-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 15px 0;
}

/* İletişim Butonu */
.project-contact-section {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #e9ecef;
}

.contact-btn {
  display: block;
  background: linear-gradient(135deg, #0f4c75 0%, #00d9ff 100%);
  color: #ffffff !important;
  text-align: center;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 217, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 217, 255, 0.5);
  background: linear-gradient(135deg, #00d9ff 0%, #0f4c75 100%);
}

.contact-btn i {
  margin-right: 10px;
  color: #ffd700;
}

/* Benzer Projeler Bölümü */
.similar-projects-section {
  background: linear-gradient(135deg, #0f4c75 0%, #001f3f 100%);
  padding: 80px 0;
  margin-top: 0;
}

.similar-projects-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.similar-projects-section .section-header h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.similar-projects-section .section-header p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.similar-project-card {
  padding: 15px;
}

.similar-project-card a {
  display: block;
  text-decoration: none;
}

.similar-project-card .card-image {
  position: relative;
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}

.similar-project-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.similar-project-card:hover .card-image img {
  transform: scale(1.1);
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(15, 76, 117, 0.9) 0%, rgba(0, 217, 255, 0.8) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

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

.card-overlay i {
  color: #ffffff;
  font-size: 40px;
}

.similar-project-card .card-content {
  text-align: center;
}

.similar-project-card h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  transition: all 0.3s ease;
}

.similar-project-card:hover h4 {
  color: #ffd700;
}

.similar-projects-slider .owl-nav button {
  background: rgba(255, 255, 255, 0.9) !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 20px;
  color: #0f4c75 !important;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
}

.similar-projects-slider .owl-nav button.owl-prev {
  left: -25px;
}

.similar-projects-slider .owl-nav button.owl-next {
  right: -25px;
}

.similar-projects-slider .owl-nav button:hover {
  background: #00d9ff !important;
  color: #ffffff !important;
  transform: translateY(-50%) scale(1.1);
}

/* RESPONSIVE TASARIM */
@media (max-width: 991px) {
  .project-gallery-section {
    padding: 20px;
  }
  
  .project-main-slider .slider-item {
    height: 450px;
  }
  
  .project-info-section {
    padding: 40px 30px;
    max-height: none;
  }
  
  .project-title {
    font-size: 30px;
  }
  
  .similar-projects-section {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .project-gallery-section {
    padding: 15px;
  }
  
  .project-main-slider .slider-item {
    height: 350px;
  }
  
  .project-info-section {
    padding: 30px 20px;
  }
  
  .project-title {
    font-size: 26px;
  }
  
  .project-meta {
    flex-direction: column;
    gap: 15px;
  }
  
  .contact-btn {
    padding: 15px 30px;
    font-size: 16px;
  }
  
  .similar-projects-section .section-header h2 {
    font-size: 28px;
  }
  
  .similar-project-card .card-image {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .project-main-slider .slider-item {
    height: 280px;
  }
  
  .project-info-section {
    padding: 20px 15px;
  }
  
  .project-title {
    font-size: 22px;
  }
  
  .section-subtitle {
    font-size: 20px;
  }
  
  .project-thumbnail-slider .thumbnail-item {
    height: 60px;
  }
  
  .image-count-badge {
    font-size: 12px;
    padding: 8px 15px;
  }
}
/* ========================================
   SAYFA DETAY - MODERN GALERI ÇERÇEVE
======================================== */

.gallery-frame-wrapper {
  position: relative;
  padding: 0;
}

/* Üst Dekoratif Çizgi */
.decorative-top-line {
  position: relative;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #ffd700 50%, transparent 100%);
  margin-bottom: 20px;
  border-radius: 2px;
}

.decorative-top-line::before,
.decorative-top-line::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #ffd700;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.6);
}

.decorative-top-line::before {
  left: 20%;
}

.decorative-top-line::after {
  right: 20%;
}

/* Çerçeve */
.frame-border {
  position: relative;
  padding: 15px;
  background: linear-gradient(135deg, rgba(15, 76, 117, 0.05) 0%, rgba(0, 217, 255, 0.05) 100%);
  border: 3px solid;
  border-image: linear-gradient(135deg, #0f4c75, #00d9ff, #ffd700, #00d9ff, #0f4c75) 1;
  box-shadow: 
    0 8px 32px rgba(15, 76, 117, 0.15),
    inset 0 0 20px rgba(255, 215, 0, 0.05);
  transition: all 0.4s ease;
}

.frame-border::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid rgba(255, 215, 0, 0.3);
  pointer-events: none;
  transition: all 0.4s ease;
}

.frame-border:hover {
  box-shadow: 
    0 12px 48px rgba(15, 76, 117, 0.25),
    inset 0 0 30px rgba(255, 215, 0, 0.08);
}

.frame-border:hover::before {
  border-color: rgba(255, 215, 0, 0.5);
}

/* Resim Container */
.gallery-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #000;
}

.gallery-image img {
  display: block;
  width: 100%;
  height: 850px;
  object-fit: cover;
  object-position: center;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1);
}

.frame-border:hover .gallery-image img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

/* Alt Dekoratif Çizgi */
.decorative-bottom-line {
  position: relative;
  height: 2px;
  background: linear-gradient(90deg, #0f4c75 0%, #00d9ff 50%, #0f4c75 100%);
  margin-top: 20px;
  overflow: visible;
}

.decorative-bottom-line::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 2px;
  background: #ffd700;
  box-shadow: 0 0 16px rgba(255, 215, 0, 0.8);
}

.decorative-bottom-line::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #ffd700;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.9);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.7;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .gallery-image img {
    height: 650px;
  }
  
  .frame-border {
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .gallery-image img {
    height: 500px;
  }
  
  .frame-border {
    padding: 10px;
    border-width: 2px;
  }
  
  .decorative-top-line,
  .decorative-bottom-line {
    margin: 15px 0;
  }
}

@media (max-width: 480px) {
  .gallery-image img {
    height: 400px;
  }
}

/* Portrait (Dikey/Yüksek) Resim Versiyonu - Hakkımızda için */
.gallery-frame-portrait .gallery-image img {
  height: 850px; /* Aynı yükseklik */
}

@media (max-width: 991px) {
  .gallery-frame-portrait .gallery-image img {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .gallery-frame-portrait .gallery-image img {
    height: 500px;
  }
}

@media (max-width: 480px) {
  .gallery-frame-portrait .gallery-image img {
    height: 400px;
  }
}