/* ================================
   🌟 EF SANAL OFİS - CUSTOM STYLE
   ================================ */

/* Temel font ve renk ayarları */
body {
    font-family: "Inter", sans-serif !important;
    color: #0f0f0f;
    background-color: #ffffff;
    line-height: 1.6;
  }
  
  /* Başlık genel yapısı */
  h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f0f0f;
  }
  
  /* Paragraf metinleri */
  p {
    color: #2b2b2b;
  }
  
  /* Ana renk değişkenleri */
  :root {
    --primary-color: #ffffff ;
    --secondary-color: #ffffff ;
  }
  
  /* 🔸 Sarı vurgular (sadece özel yerlerde) */
  .id-color,
  .id-color-2,
  h1 span,
  h2 span,
  h3 span,
  .highlight,
  strong.highlight {
    color: #ffbe00 !important;
  }
  
  /* Linkler */
  a {
    color: #0f0f0f;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  a:hover {
    color: #ffbe00;
  }
  
  /* ✨ Ana Buton */
  .btn-main {
    background-color: #ffbe00 !important;
    color: #0f0f0f !important;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
  }
  
  .btn-main:hover {
    background-color: #0f0f0f !important;
    color: #ffffff !important;
  }
  
  /* 🔹 Navbar */
  #mainmenu li a {
    color: #0f0f0f !important;
    font-weight: 500;
  }
  
  #mainmenu li a:hover,
  #mainmenu li.active > a {
    color: #ffbe00 !important;
  }
  
  /* ✨ Hero Section */
  #section-hero {
    background: linear-gradient(180deg, #ffffff 0%, #fffdf5 100%);
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  
  #section-hero h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
  }
  
  #section-hero p {
    max-width: 540px;
    font-size: 17px;
    color: #2b2b2b;
    margin-bottom: 2rem;
  }
  
  /* ✨ Sayaç kısmı */
  #section-hero .de_count h3 {
    font-weight: 700;
    color: #0f0f0f !important;
    margin-bottom: 0.25rem;
  }
  
  #section-hero .de_count h5 {
    color: #ffbe00 !important;
    font-weight: 500;
  }
  
  /* ✨ Footer */
  .footer-light a {
    color: #0f0f0f;
    transition: color 0.3s ease;
  }
  
  .footer-light a:hover {
    color: #ffbe00;
  }
  
  /* Hover geçişleri daha yumuşak olsun */
  *, *::before, *::after {
    transition: all 0.2s ease-in-out;
  }
.text-primary {
    color: #ffbe00 !important;
  }
  /* ===== CTA Banner - EF Sanal Ofis ===== */
#section-cta.cta-banner {
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url("../images/background/subheader-4.jpg") no-repeat center center / cover;
    color: #ffffff;
    overflow: hidden;
  }
  
  /* Overlay */
  #section-cta.cta-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
  }
  
  /* İçerik */
  #section-cta .cta-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column; /* yazı ve buton alt alta */
    align-items: center;    /* ortalama */
    justify-content: center;
  }
  
  #section-cta .cta-inner h2 {
    font-family: "Inter", sans-serif;
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 32px;
    line-height: 1.25;
  }
  
  /* Buton tam ortada */
  #section-cta .cta-btn-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  #section-cta .btn-cta {
    display: inline-block;
    border: 2px solid #ffbe00;
    color: #ffbe00;
    background: transparent;
    padding: 14px 36px;
    border-radius: 50px;
    
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  
  #section-cta .btn-cta:hover {
    background: #ffbe00;
    color: #0f0f0f;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    #section-cta.cta-banner {
      height: 70vh;
    }
    #section-cta .cta-inner h2 {
      font-size: 28px;
    }
    #section-cta .btn-cta {
      font-size: 16px;
      padding: 12px 28px;
    }
  }


  .footer-light {
    font-family: "Inter", sans-serif;
    background: #fffdf5;
    color: #0f0f0f;
  }
  
  .footer-light h5 {
    font-weight: 600;
    color: #0f0f0f;
    margin-bottom: 1rem;
  }
  
  .footer-light ul li a {
    color: #2b2b2b;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-light ul li a:hover {
    color: #ffbe00;
  }
  
  .subfooter {
    background: #0f0f0f;
    color: #ffffff;
    padding: 15px 0;
    font-size: 14px;
  }
  
  .subfooter .copy {
    color: #ffffff;
  }
  
  .social-icons a {
    color: #ffffff;
    margin-left: 12px;
    transition: color 0.3s ease;
  }
  
  .social-icons a:hover {
    color: #ffbe00;
  }
 
  

/* Genel Renk Teması */
:root {
  --primary: #ffbe00;
  --dark: #0f0f0f;
  --light: #fffdf5;
}

/* Başlıklar */
h1, h2, h3, h4, h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: var(--dark);
}

/* Ana Buton */
.btn-main {
  background-color: var(--primary);
  color: var(--dark);
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-main:hover {
  background-color: var(--dark);
  color: #fff;
}

/* Form alanları */
.form-control {
  border: 2px solid #eaeaea;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(255, 190, 0, 0.25);
}

/* Hero başlığı */
#subheader {
  background-size: cover;
  background-position: center;
  height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#subheader h1 {
  font-size: 52px;
  font-weight: 800;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  #subheader h1 { font-size: 36px; }
  .btn-main { width: 100%; }
}

#sartlar-avantajlar ul li {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
#sartlar-avantajlar ul li:hover {
  background: #fffbdf;
  transform: translateX(5px);
}
#sartlar-avantajlar h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
#section-studio-type p {
  color: #fff !important;
}
#section-studio-type h3, 
#section-studio-type h2 {
  color: #fff !important;
}
/* Navbar beyaz görünür, hero aşağıda başlar */


/* Butonları daha oval ve yumuşak yap */
.btn-main.btn-oval {
  border-radius: 50px !important;
  padding: 12px 40px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-main.btn-oval:hover {
  transform: scale(1.05);
  background-color: #ffbe00;
  color: #ffffff !important;
  
}
/* Navbar sabit ve beyaz */


/* Hero, navbarın altından başlasın ama arkasına girmesin */

/* Ana buton stili - sarı arka plan, siyah yazı */
.btn-main {
  background-color: #ffbe00;
  color: #0f0f0f !important;
  border: 2px solid transparent;
  border-radius: 50px !important;
  padding: 12px 40px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Hover efekti - siyah arka plan, beyaz yazı */
.btn-main:hover {
  background-color: #0f0f0f !important;
  color: #ffffff !important;
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

#gorusme {
  position: relative;
  height: 60vh;
  overflow: hidden;
  border-radius: 40px;
  margin: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

#gorusme img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gorusme::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

#gorusme .btn-main {
  z-index: 2;
}
.video-box:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

#neden-ef h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}

#neden-ef h5 span {
  vertical-align: middle;
}

#neden-ef h5 .text-dark {
  color: #111111;
}

#neden-ef p {
  color: #555555;
  line-height: 1.7;
}

/* Görsel yapı */
.photo-grid-lg {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 480px;
}

.photo-img-lg {
  position: absolute;
  border-radius: 28px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.15);
  object-fit: cover;
  transition: all 0.4s ease;
}

.photo-img-lg:hover {
  transform: scale(1.05);
  box-shadow: 0 14px 45px rgba(0,0,0,0.2);
}

.photo-img-lg.img-1 {
  top: 0;
  left: 60px;
  width: 260px;
  height: 210px;
}

.photo-img-lg.img-2 {
  top: 200px;
  right: 40px;
  width: 240px;
  height: 180px;
}

.photo-img-lg.img-3 {
  bottom: 0;
  left: 100px;
  width: 280px;
  height: 200px;
}

#sahis-sirketi h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #111111;
}

#sahis-sirketi p {
  color: #555555;
  font-weight: 300;
  line-height: 1.8;
}

/* Ortak buton stili (hero’dakiyle aynı) */
.btn-main.btn-oval {
  display: inline-block;
  background-color: #ffbe00;
  color: #000;
  border-radius: 50px;
  padding: 14px 42px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-main.btn-oval:hover {
  background-color: #000;
  color: #fff !important;
  transform: scale(1.05);
}

#cta-final {
  position: relative;
  overflow: hidden;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}

/* 🌟 Parlayan noktalar */
#cta-final .cta-particles-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

/* Her parlama için bir halka efekti */
.cta-particles-bg::before,
.cta-particles-bg::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgb(255, 208, 0) 0%,
    rgba(153, 135, 1, 0.05) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 50%;
  animation: glowMove 12s infinite ease-in-out;
  filter: blur(50px);
}

/* 2 farklı parlaklık katmanı */
.cta-particles-bg::after {
  animation-delay: 6s;
  width: 400px;
  height: 400px;
  opacity: 0.8;
  filter: blur(70px);
}

/* 🔁 Hareket ve ışık yoğunluğu değişimi */
@keyframes glowMove {
  0% {
    top: 10%;
    left: 20%;
    opacity: 0.3;
    transform: scale(0.9);
  }
  25% {
    top: 40%;
    left: 80%;
    opacity: 0.6;
    transform: scale(1.1);
  }
  50% {
    top: 70%;
    left: 50%;
    opacity: 0.4;
    transform: scale(1);
  }
  75% {
    top: 20%;
    left: 70%;
    opacity: 0.7;
    transform: scale(1.15);
  }
  100% {
    top: 10%;
    left: 20%;
    opacity: 0.3;
    transform: scale(0.9);
  }
}

/* 🟡 Buton */
.btn-main.btn-oval {
  display: inline-block;
  background-color: #ffbe00;
  color: #000;
  border-radius: 50px;
  padding: 14px 42px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-decoration: none;
  z-index: 5;
  position: relative;
}

.btn-main.btn-oval:hover {
  background-color: #ffbe00 !important;
  color: #000 !important;
  transform: scale(1.05);
}
/* "Sanal Ofis Nedir" için üstten nazik bir ofset */
.sanal-offset { 
  margin-top: 40px; 
}
@media (min-width: 992px){
  .sanal-offset { 
    margin-top: 80px; 
  }
}

/* Navbar yüksekliği kadar hero aşağı insin (beyaz navbar hep görünsün) */



.feature-box {
  transform: translateY(0);
  transition: all 0.35s ease;
  border: 1px solid rgba(255, 190, 0, 0.08);
  background: #ffffff;
}

.feature-box:hover {
  transform: translateY(-10px);
  background-color: #fffef8;
  box-shadow: 0 12px 24px rgba(255, 190, 0, 0.2);
}

.icon-circle {
  box-shadow: inset 0 2px 6px rgba(255, 190, 0, 0.15);
  transition: all 0.3s ease;
}

.feature-box:hover .icon-circle {
  background-color: #ffbe00;
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 190, 0, 0.4);
}

/* 🔹 Hero kısmı ile navbar arasındaki boşluk */


/* 🔹 Hero içindeki görselin ve yazının nefes alması */
#section-hero .container {
  padding-top: 40px;
  background-color: white;
  padding-bottom: 40px;
}

/* 🔹 Kutuların çizgileri belirgin hale gelsin */
#section-why-choose-us .feature-box {
  border: 1.5px solid rgba(255, 190, 0, 0.5); /* sarımsı belirgin kenar */
  background: #ffffff;
  border-radius: 16px;
  transition: all 0.3s ease;
  transform: translateY(0);
}

/* 🔹 Hover'da daha parlak kenar efekti */
#section-why-choose-us .feature-box:hover {
  transform: translateY(-6px);
  border-color: #ffbe00;
  background-color: #fffef8;
  box-shadow: 0 8px 24px rgba(255, 190, 0, 0.35);
}

/* 🔹 Başlıklar daha net */
#section-why-choose-us .feature-box h4 {
  color: #0f0f0f;
  font-size: 17px;
  font-weight: 600;
}

/* 🔹 Açıklama metinleri daha okunaklı */
#section-why-choose-us .feature-box p {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 1.6;
}

/* 🔹 Avantaj kutularını eşitle */
#section-why-choose-us .feature-box {
  min-height: 180px;         /* tüm kutular eşit boyda */
  display: flex;
  flex-direction: column;
  justify-content: center;   /* içeriği dikey ortala */
  border: 1.5px solid rgba(255, 190, 0, 0.4);
  border-radius: 12px;
  background: #ffffff;
}

/* 🔹 Görsel ile kutular arasında boşluk */
#section-why-choose-us img {
  margin-bottom: 60px; /* resimle kutular arası mesafe */
}

/* Accordion düzeltilmiş stiller */
.accordion-button {
  background-color: #fff;
  color: #0f0f0f;
  font-weight: 500;
  box-shadow: none !important;
  outline: none !important;
  transition: all 0.3s ease;
  border: none;
}

.accordion-button:not(.collapsed) {
  color: #ffbe00;
  background-color: #fffdf5;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}

/* Mavi focus ışığını kaldır */
.accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}

/* Ok ikonunu sarı yap ve yönünü değiştir */
.accordion-button::after {
  filter: brightness(0) saturate(100%) invert(81%) sepia(88%) saturate(1141%) hue-rotate(2deg) brightness(102%) contrast(104%);
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  filter: brightness(0) saturate(100%) invert(72%) sepia(98%) saturate(1541%) hue-rotate(2deg) brightness(101%) contrast(102%);
}

/* ========== SAYFA HERO ALANI ========== */
.page-hero {
  background-color: #f8f9fa;
  padding: 120px 0 80px;
  text-align: center;
  margin-top: 90px;
  border-bottom: 1px solid #e5e5e5;
}

.page-hero h1 {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.page-hero p {
  color: #555;
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .page-hero {
    padding: 100px 0 60px;
  }
  .page-hero h1 {
    font-size: 32px;
  }
}

/* Sanal Ofis - ikon ve metin hizalama */
#section-about .d-flex.align-items-start {
  align-items: flex-start;
}

#section-about .d-flex.align-items-start .me-3 {
  width: 36px; /* sabit ikon alanı */
  text-align: center;
  margin-top: 3px; /* ikonları biraz aşağı alır */
}

#section-about .d-flex.align-items-start h5 {
  margin-top: 2px;
  line-height: 1.4;
}

#section-about .d-flex.align-items-start p {
  margin-left: 0;
  line-height: 1.6;
}
/* ==========================================================
   🌟 EF SANAL OFİS - NAVBAR VE RESPONSIVE DÜZENLEMELERİ
   ========================================================== */

/* 1️⃣ LOGO HİZALAMASI - Alt sınır navbar ile aynı */
#logo img {
  height: 85px;
  object-fit: contain;
  display: block;
  margin: 6px 0;
  padding: 0;
  transition: all 0.3s ease;
}

/* Scroll sonrası logoyu koru ve görünür tut */



/* Responsive'de logo otomatik küçülsün */
@media (max-width: 992px) {
  #logo img {
    height: 65px !important;
  }
}

/* Scroll (sticky) olduğunda logoyu görünür ve sabit tut */
header.sticky #logo img,
header.header-white #logo img {
  height: 85px !important;        
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* Navbar beyaz zemin + sabit konum */
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Navbar yüksekliği kadar offset (hero/subheader başlaması) */
/* Global offset sadece hero ve subheader için olsun */
#section-hero,
#subheader {
  margin-top: 90px !important;
}

/* Carousel (index2) için tek kural: navbar kadar boşluk */
#de-carousel {
  margin-top: 90px !important;
  padding-top: 0 !important; /* olası üst padding’leri nötrle */
}

/* 2️⃣ MOBİLDE TELEFON VE BUTONU GİZLE */
@media (max-width: 992px) {
  .menu_side_area a[href^="tel:"],
  .menu_side_area .btn-main {
    display: none !important;
  }
}

/* 3️⃣ HAMBURGER MENÜ TASARIMI */
#menu-btn {
  display: none;
  cursor: pointer;
  z-index: 10000;
}

@media (max-width: 992px) {
  #menu-btn {
    display: block;
  }

  /* Menü kapalıyken gizli */
  #mainmenu {
    display: none;
  }

  /* Menü açılınca görünür */
  #mainmenu.open {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* tüm sayfa */
    background-color: #ffffff; /* arka plan beyaz */
    z-index: 9998;
    overflow: hidden;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s ease;
  }
  
  /* Menü kapalıyken görünmez */
  #mainmenu {
    opacity: 0;
    transform: scale(1.05);
    pointer-events: none;
    transition: all 0.4s ease;
  }
  
  /* Açıldığında aktif olur */
  #mainmenu.open {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }
  
  /* Menü linkleri */
  #mainmenu li {
    margin: 20px 0;
    list-style: none;
  }
  
  #mainmenu li a {
    color: #ffbe00 !important; /* yazılar sarı */
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-decoration: none;
    transition: color 0.25s ease;
  }
  
  #mainmenu li a:hover {
    color: #0f0f0f !important; /* hover'da siyah */
  }
  /* Menü animasyonu */
#mainmenu {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

#mainmenu.open {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

  #mainmenu li {
    margin: 18px 0;
    list-style: none;
    border: none !important; /* çizgiler tamamen kaldırıldı */
  }
  
  #mainmenu li a {
    color: #0f0f0f !important;
    font-size: 24px; /* daha büyük, kurumsal */
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  #mainmenu li a:hover {
    color: #ffffff !important; /* sadece yazı hover */
  }

  /* Menü açıkken hamburger animasyonu */
  #menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
  }
  #menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  #menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
  }

  #menu-btn span {
    display: block;
    width: 26px;
    height: 3px;
    background: #ffbe00;
    margin: 5px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* Menü açıkken buton sarıdan siyaha dönüşsün */
  #menu-btn.active span {
    background: #0f0f0f;
  }
}

/* 4️⃣ ANA SAYFA - Responsive Hero Boşluğu ve Ortalama */
@media (max-width: 768px) {
  #section-hero .col-md-6:nth-child(1) {
    text-align: center !important;
  }

  #section-hero h1 {
    font-size: 40px !important;
    line-height: 1.3 !important;
  }

  #section-hero p {
    font-size: 16px !important;
    margin-bottom: 24px !important;
  }

  #section-hero a.btn-main {
    display: inline-block;
    margin: 0 auto;
    margin-top: 16px;
  }

  #section-hero .col-md-6:nth-child(2) {
    margin-top: 30px;
  }
}
/* =======================================
   🏠 SAYFA BAZLI DÜZENLEMELER
   ======================================= */

/* 1️⃣ Sadece Anasayfa (hero navbar’a yakınlaşsın) */
body.page-home #section-hero {
  margin-top: 70px !important;  /* default 90px idi */
}

/* 2️⃣ Sadece index2 (Sanal Ofis) için responsive düzen */
body.page-sanalofis header,
body.page-sanalofis #navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff !important;
  z-index: 9999 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Mobilde logo + hamburger taşmasın */
@media (max-width: 992px) {
  body.page-sanalofis header .de-flex {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  body.page-sanalofis #logo img {
    height: 60px !important;
  }
}
/* ============================================
   🧭 SANAL OFİS SAYFASI (NAVBAR TAM GÖRÜNSÜN)
   ============================================ */

   body.page-sanalofis header,
   body.page-sanalofis #navbar {
     background-color: #ffffff !important;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 9999 !important;
     box-shadow: 0 2px 8px rgba(0,0,0,0.08);
     padding: 0 !important; /* fazladan padding varsa sıfırla */
   }
   
   /* Navbar içeriği orantılı dursun */
   body.page-sanalofis .de-flex {
     align-items: center;
     justify-content: space-between;
     padding: 10px 0 !important; /* yüksekliği korur */
   }
   
   /* Logo aynı boyutta kalsın */
   body.page-sanalofis #logo img {
     height: 85px !important;
     object-fit: contain;
     margin: 0 !important;
     padding: 0 !important;
   }
   
   /* Hero kısmı navbarın arkasına girmesin */
   body.page-sanalofis #section-hero,
   body.page-sanalofis #subheader {
     margin-top: 90px; /* navbar yüksekliği kadar boşluk */
   }
   
   /* Mobil görünümde navbar içeriği taşmasın */
   @media (max-width: 992px) {
     body.page-sanalofis #logo img {
       height: 70px !important; /* mobil için orantılı küçülme */
     }
   
     body.page-sanalofis header .de-flex {
       padding: 8px 0 !important;
     }
   
     body.page-sanalofis #menu-btn span {
       background: #000 !important; /* hamburger siyah kalır */
     }
   }
   /* ============================================
   🌟 TÜM SAYFALARDA NAVBAR BOYUTUNU EŞİTLE
   ============================================ */

/* Ortak yapı — header iç yüksekliği sabit */
header,
#navbar {
  min-height: 110px; /* tüm sayfalarda sabit yükseklik */
  background-color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
}

/* İç kısımdaki hizalama */
header .de-flex {
  align-items: center !important;
  justify-content: space-between !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Logo boyutu sabit (masaüstü) */
#logo img {
  height: 85px !important;
  object-fit: contain;
  display: block;
}

/* Mobilde biraz küçült */
@media (max-width: 992px) {
  #logo img {
    height: 70px !important;
  }
}
/* ============================================
   🧭 SANAL OFİS SAYFASI LOGO DÜZELTME
   ============================================ */

   body.page-sanalofis #logo img {
    height: 90px !important;   /* diğer sayfalarla eşit */
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  /* Scroll olsa bile logoyu küçültme */
  body.page-sanalofis header.sticky #logo img {
    height: 130px !important;
    transform: none !important;
    opacity: 1 !important;
  }
  /* ============================================
   🌟 TÜM SAYFALARDA TEK TİP LOGO YAPISI
   ============================================ */

/* Masaüstü: logo büyük ve sabit */
#logo img {
  height: 90px !important;      /* Sanal ofis ile birebir aynı */
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.3s ease;
}

/* Scroll sonrası küçülmeyi kapat */
header.sticky #logo img,
header.header-white #logo img {
  height: 90px !important;
  transform: none !important;
  opacity: 1 !important;
}

/* Mobil görünüm: orantılı küçültme */
@media (max-width: 992px) {
  #logo img {
    height: 75px !important;
  }
}
/* ============================================
   🌟 YENİ HAMBURGER MENÜ (SİYAH + BEYAZ)
   ============================================ */

/* --- 1️⃣ HAMBURGER BUTON --- */
#menu-btn {
  display: none;
  cursor: pointer;
  z-index: 10001;
}

#menu-btn span {
  display: block;
  width: 28px;
  height: 3px;
  background: #000 !important; /* siyah çizgiler */
  margin: 6px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* X animasyonu */
#menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translateY(8px);
}
#menu-btn.active span:nth-child(2) {
  opacity: 0;
}
#menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px);
}

/* Açıkken siyah kalmaya devam etsin */
#menu-btn.active span {
  background: #000 !important;
}

/* --- 2️⃣ MENÜ GÖRÜNÜMÜ --- */
@media (max-width: 992px) {
  #menu-btn {
    display: block;
  }

  #mainmenu {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease;
  }

  /* #mainmenu.open {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff; /* beyaz arka plan */
    /* z-index: 9999;
    opacity: 1;
    transform: translateY(0);
  } */ */

  /* Menü linkleri */
  #mainmenu li {
    list-style: none;
    margin: 20px 0;
  }

  #mainmenu li a {
    color: #000 !important;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.25s ease;
  }

  #mainmenu li a:hover {
    color: #ffbe00 !important; /* hover sarı */
  }
}
/* ============================================
   🌟 .btn-main.btn-oval.wow.fadeInUp.hover efekti
   ============================================ */
   .btn-main.btn-oval.wow.fadeInUp.animated {
    background-color: #ffbe00;
    color: #0f0f0f !important;
    border: 2px solid #ffbe00;
    border-radius: 50px;
    padding: 14px 42px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.35s ease;
  }
  
  /* Hover efekti */
  .btn-main.btn-oval.wow.fadeInUp.animated:hover {
    background-color: #0f0f0f !important;
    color: #ffffff !important;
    border-color: #0f0f0f;
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  }
  /* ===== MOBILE MENU OVERRIDE (animasyonlu & hızlı) ===== */
@media (max-width: 992px) {
  /* style.css'teki display:none'ı kesin olarak ez */
  header #mainmenu {
    position: fixed !important;
    inset: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    background: #fff !important;
    z-index: 9999 !important;

    /* animasyon başlangıç halleri */
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-16px) !important;
    pointer-events: none !important;
    transition: opacity .28s ease, transform .28s ease, visibility .28s ease !important;
    will-change: opacity, transform;
  }

  /* Açık hali */
  header #mainmenu.open {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  /* Linkler — başlangıç */
  header #mainmenu li {
    list-style: none !important;
    margin: 14px 0 !important;
    opacity: 0 !important;
    transform: translateY(10px) !important;
    transition: opacity .22s ease, transform .22s ease !important;
  }

  /* Açılınca sırayla aksın (stagger) */
  header #mainmenu.open li { opacity: 1 !important; transform: translateY(0) !important; }
  header #mainmenu.open li:nth-child(1) { transition-delay: .05s !important; }
  header #mainmenu.open li:nth-child(2) { transition-delay: .10s !important; }
  header #mainmenu.open li:nth-child(3) { transition-delay: .15s !important; }
  header #mainmenu.open li:nth-child(4) { transition-delay: .20s !important; }
  header #mainmenu.open li:nth-child(5) { transition-delay: .25s !important; }
  header #mainmenu.open li:nth-child(6) { transition-delay: .30s !important; }
  header #mainmenu.open li:nth-child(7) { transition-delay: .35s !important; }
  header #mainmenu.open li:nth-child(8) { transition-delay: .40s !important; }

  /* Link stili */
  header #mainmenu li a {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-decoration: none !important;
    transition: color .2s ease !important;
  }
  header #mainmenu li a:hover { color: #ffbe00 !important; }

  /* Kapatma butonu daha belirgin kalsın */
  .menu-header { position: absolute !important; top: 18px !important; right: 20px !important; z-index: 10000 !important; }
  #close-menu { background:none !important; border:none !important; font-size: 36px !important; cursor:pointer !important; }
  #close-menu:hover { color: #ffbe00 !important; transform: scale(1.05); }
}
/* ✖️ Menü Kapatma Butonu (Responsive için) */
#close-menu {
  position: absolute;
  top: 20px;
  right: 25px;
  background: none;
  border: none;
  font-size: 40px;
  font-weight: 300;
  color: #000;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10000;
}

/* Menü açıkken görünür */
#mainmenu.open #close-menu {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
}

/* Hover efekti */
#close-menu:hover {
  color: #ffbe00;
  transform: scale(1.1);
}

/* Sadece mobilde aktif */
@media (max-width: 992px) {
  #close-menu {
    display: block;
  }
}
/* 🟡 Hero görselini küçültme */
.hero-image {
  width: 65% !important;     /* istediğin orana göre: %40, %35 vs */
  height: auto !important;
  display: inline-block;
}

@media (max-width: 992px) {
  .hero-image {
    width: 60% !important;   /* tablet */
  }
}

@media (max-width: 768px) {
  .hero-image {
    width: 75% !important;   /* mobil */
  }
}
/* 🌟 Hero alanını yukarı daha yakınlaştır (responsive uyumlu) */
#section-hero {
  margin-top: -2rem !important;   /* masaüstü: yukarı yakın */
}

/* 🧩 Tablet görünümde biraz açalım */
@media (max-width: 992px) {
  #section-hero {
    margin-top: 0 !important;     /* taşmayı engeller */
  }
}

/* 📱 Mobilde tamamen sıfırla */
@media (max-width: 768px) {
  #section-hero {
    margin-top: 1rem !important;  /* ufak boşluk */
  }
}
/* 🌟 Avantajlar Görseli – Yumuşak Kenar + Gölge + Responsive */
.image-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  /* box-shadow: 0 8px 30px rgba(0,0,0,0.15); */
  transition: all 0.4s ease;
}

.image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  /* box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.25); */
  pointer-events: none;
}

/* Görsel boyutunu küçült, genişliği dengeli tut */
.custom-image {
  width: 100%;
  max-width: 550px;
  border-radius: 24px;
  filter: brightness(1.02) contrast(1.05);
  transition: all 0.4s ease;
}

/* Hover efekti: yumuşak büyüme ve gölge artışı */


/* 📱 Responsive düzeltmeler */
@media (max-width: 992px) {
  .custom-image {
    width: 90%;
    max-width: 380px;
  }
}

@media (max-width: 768px) {
  .custom-image {
    width: 100%;
    max-width: 320px;
  }
}
/* Hizmet Alanlarımız - Görsellerin eşit boyutlandırılması */
#section-studio-type .de-image-text img {
  width: 100%;
  height: 320px; /* sabit yükseklik */
  object-fit: cover; /* orantıyı koruyarak kırp */
  border-radius: 20px; /* köşeleri yumuşat */
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Hover efekti daha profesyonel görünüm için */
#section-studio-type .de-image-text:hover img {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Responsive düzenleme (mobil için daha küçük boyut) */
@media (max-width: 768px) {
  #section-studio-type .de-image-text img {
    height: 220px;
  }
}
/* 🌟 Hizmet Alanlarımız Kart Tasarımı */
#section-studio-type .de-image-text {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.6);
}

/* 🖼 Görsellerin düzgün görünmesi */
#section-studio-type .de-image-text img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px; /* üst köşeleri de yumuşatır */
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* 🕶 Hover efekti */
#section-studio-type .de-image-text:hover img {
  transform: scale(1.05);
  filter: brightness(0.85);
}

/* 📍 İçerik (yazılar) ortalı */
#section-studio-type .de-image-text .d-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 90%;
  padding: 0 10px;
}

/* 🖋 Yazılar kontrastlı ve ortalı */
#section-studio-type .de-image-text h3,
#section-studio-type .de-image-text p {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

/* 📱 Responsive düzenleme */
@media (max-width: 992px) {
  #section-studio-type .de-image-text {
    margin-bottom: 24px;
  }
  #section-studio-type .de-image-text img {
    height: 240px;
  }
  #section-studio-type .de-image-text .d-text {
    width: 100%;
    padding: 0 20px;
  }
}

/* 📱 Küçük ekranlar için ekstra boşluk */
@media (max-width: 576px) {
  #section-studio-type .de-image-text {
    margin-bottom: 32px;
  }
  #section-studio-type .de-image-text img {
    height: 220px;
  }
}
#section-studio-type .de-image-text .d-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 90%;              /* yazı taşmasın diye */
  padding: 40px 30px;      /* iç boşluk ekledik */
  box-sizing: border-box;
}

/* Mobilde biraz daha dar padding */
@media (max-width: 768px) {
  #section-studio-type .de-image-text .d-text {
    padding: 25px 20px;
  }
}
/* 🌟 Neden EF - Fotoğraf Kolajı Geliştirme */
.photo-grid-lg {
  position: relative;
  width: 100%;
  max-width: 580px; /* biraz daha geniş alan */
  height: 520px; /* yükseklik artırıldı */
}

/* 🔹 Tüm görseller için genel yapı */
.photo-img-lg {
  position: absolute;
  border-radius: 26px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.15);
  object-fit: cover;
  transition: all 0.4s ease;
}

/* Hover efekti */
.photo-img-lg:hover {
  transform: scale(1.05);
  box-shadow: 0 14px 45px rgba(0,0,0,0.25);
}

/* 🎯 Görsel 1: En ön plandaki */
.photo-img-lg.img-1 {
  top: 0;
  left: 30px; /* biraz daha sola */
  width: 300px;
  height: 240px;
}

/* 🎯 Görsel 2: Ortada ve daha geniş */
.photo-img-lg.img-2 {
  top: 200px;
  right: 10px; /* kenara yaklaşsın */
  width: 300px;
  height: 220px;
  z-index: 2;
}

/* 🎯 Görsel 3: En altta, daha büyük */
.photo-img-lg.img-3 {
  bottom: 0;
  left: 80px;
  width: 340px;
  height: 240px;
}

/* 📱 Responsive düzen */
@media (max-width: 768px) {
  .photo-grid-lg {
    height: 420px;
    max-width: 100%;
  }
  .photo-img-lg.img-1 {
    width: 240px;
    height: 180px;
    left: 20px;
  }
  .photo-img-lg.img-2 {
    width: 220px;
    height: 160px;
    top: 160px;
    right: 20px;
  }
  .photo-img-lg.img-3 {
    width: 260px;
    height: 180px;
    bottom: 0;
    left: 50px;
  }
}
/* 🌟 Farkımız Ne? görsel kenar yumuşatma */
img[alt="EF Sanal Ofis Görseli"] {
  border-radius: 30px; /* köşeleri yumuşatır */
  transition: all 0.3s ease;
}

/* Hover'da hafif efekt istersen */
.social-icons a {
  color: #000; /* siyah */
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: 500;
}

.social-icons a:hover {
  color: #ffbe00; /* sarı hover */
}

.social-icons .phone-link {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
}

.social-icons .phone-link:hover {
  color: #ffbe00;
}