.saglik-hero{
height:420px;
background:url(../images/saglik/hero.jpg") center/cover no-repeat;
position:relative;
}
.saglik-hero .overlay{
position:absolute; inset:0; background:rgba(0,0,0,.55);
}
.hero-inner{
max-width:1200px; width:92%; margin:auto;
height:100%; display:flex; flex-direction:column;
justify-content:center; color:#fff;
}
.hero-inner h1{font-size:42px;font-weight:900;}
.hero-inner p{font-size:18px;margin-top:8px;}

.saglik-intro{
max-width:900px;width:92%;margin:60px auto;
text-align:center;font-size:17px;line-height:1.6;
}

.saglik-positions{
max-width:1100px;width:92%;margin:auto;
}
.saglik-positions h2{text-align:center;margin-bottom:30px;}

.accordion-item{
border:1px solid #e5e7eb;
margin-bottom:12px;border-radius:8px;overflow:hidden;
}
.accordion-header{
width:100%;padding:18px;
background:#fff;font-weight:700;
border:none;text-align:left;cursor:pointer;
}
.accordion-body{
max-height:0;overflow:hidden;
padding:0 18px;transition:.3s ease;
}
.accordion-item.active .accordion-body{
padding:18px;
}

.saglik-form{
background:#f6f8fb;padding:60px 0;margin-top:60px;
}
.saglik-form form{
max-width:600px;margin:auto;
display:flex;flex-direction:column;gap:14px;
}
.saglik-form input,
.saglik-form textarea{
padding:14px;border:1px solid #ccc;border-radius:6px;
}
.saglik-form button{
background:#0b3a6e;color:#fff;
padding:14px;border:none;border-radius:6px;
font-weight:700;cursor:pointer;
}
.form-success{
display:none;color:green;margin-top:10px;
text-align:center;
}


/* =========================
   SAGLIK SEKTÖRÜ INTRO
========================= */
.saglik-intro{
  max-width:900px;       /* Metin genişliği sınırlı, okunabilir */
  margin:50px auto;      /* Sayfa ortası, üst-alt boşluk */
  padding:0 20px;        /* Kenarlardan boşluk */
  font-size:18px;        /* Okunabilir boyut */
  line-height:1.75;      /* Satırlar arası rahatlık */
  color:#333;            /* Koyu gri, göz yormaz */
  text-align:center;     /* Ortalanmış, profesyonel görünüm */
  background:#fdfdfd;   /* Hafif beyaz arka plan */
  border-radius:8px;     /* Hafif yuvarlatılmış köşeler */
  box-shadow:0 4px 15px rgba(0,0,0,0.08); /* Hafif gölge, derinlik katar */
  transition:transform 0.3s, box-shadow 0.3s; /* Hover animasyonu */
}

.saglik-intro:hover{
  transform:translateY(-3px); /* Hover efekti, hafif yükselme */
  box-shadow:0 8px 25px rgba(0,0,0,0.12); /* Hover gölgesi */
}

.saglik-intro p{
  margin:0;
  font-weight:500;       /* Metin kalınlığı okunabilir */
}




/* Desktop büyük ekranlarda biraz daha tok */
@media (min-width: 992px){
  .saglik-intro p{
    font-size: 17px;
    line-height: 1.6;
  }
}

/* Mobilde daha sık ve rahat */
@media (max-width: 600px){
  .saglik-intro{
    margin: 24px auto 28px;
  }

  .saglik-intro p{
    font-size: 15.5px;
    line-height: 1.5;
  }
}



/* =========================
   SEO HEALTH INFO
========================= */

.seo-health-info{
  max-width:1100px;
  width:92%;
  margin:80px auto 40px;
  background:#ffffff;
  padding:60px 60px;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.seo-health-info h2{
  font-size:32px;
  font-weight:900;
  color:#0b3a6e;
  margin-bottom:22px;
  letter-spacing:.2px;
}

.seo-health-info h3{
  font-size:22px;
  font-weight:800;
  margin:38px 0 14px;
  color:#1f2937;
}

.seo-health-info p{
  font-size:17px;
  line-height:1.75;
  color:#374151;
  margin-bottom:16px;
}

/* Vurgu çizgisi */
.seo-health-info h2::after{
  content:"";
  display:block;
  width:80px;
  height:4px;
  background:#f97316; /* Seaacademy turuncu vurgu */
  margin-top:12px;
  border-radius:3px;
}

/* Okunabilirlik için paragraf aralığı */
.seo-health-info p + h3{
  margin-top:48px;
}

/* =========================
   MOBİL OPTİMİZASYON
========================= */

@media (max-width:768px){

  .seo-health-info{
    padding:36px 24px;
    margin:60px auto 30px;
  }

  .seo-health-info h2{
    font-size:26px;
  }

  .seo-health-info h3{
    font-size:19px;
  }

  .seo-health-info p{
    font-size:15.8px;
    line-height:1.7;
  }

}




/* =========================
   TEK EKRAN / TEK KOLON KİLİDİ
========================= */

.seo-health-info,
.seo-health-info *{
  max-width:100%;
}

.seo-health-info{
  display:block;
}

.seo-health-info > *{
  display:block;
  width:100%;
  float:none;
  clear:both;
}




/* =========================
   SEO FAQ
========================= */

.seo-faq{
  max-width:1100px;
  width:92%;
  margin:70px auto 40px;
}

.seo-faq h2{
  font-size:30px;
  font-weight:900;
  color:#0b3a6e;
  margin-bottom:24px;
}

.seo-faq h3{
  font-size:18.5px;
  font-weight:800;
  margin:26px 0 8px;
  color:#111827;
}

.seo-faq p{
  font-size:16px;
  line-height:1.7;
  color:#374151;
}

/* Mobil */
@media(max-width:768px){
  .seo-faq h2{font-size:24px;}
  .seo-faq h3{font-size:17px;}
  .seo-faq p{font-size:15.5px;}
}


/* =========================
   SEO POWER BLOCK (GENEL)
========================= */

.seo-health-info,
.seo-faq{
  max-width:1100px;
  width:92%;
  margin:70px auto 40px;
  background:#ffffff;
  padding:56px 56px;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

/* Başlıklar */
.seo-health-info h2,
.seo-faq h2{
  font-size:30px;
  font-weight:900;
  color:#0b3a6e;
  margin-bottom:22px;
  letter-spacing:.2px;
}

/* Vurgu çizgisi */
.seo-health-info h2::after,
.seo-faq h2::after{
  content:"";
  display:block;
  width:80px;
  height:4px;
  background:#f97316;
  margin-top:12px;
  border-radius:3px;
}

/* Alt başlıklar */
.seo-health-info h3,
.seo-faq h3{
  font-size:20px;
  font-weight:800;
  margin:36px 0 10px;
  color:#111827;
}

/* Paragraflar */
.seo-health-info p,
.seo-faq p{
  font-size:16.5px;
  line-height:1.75;
  color:#374151;
  margin-bottom:14px;
}

/* İç linkler */
.seo-health-info a{
  color:#0b3a6e;
  font-weight:700;
  text-decoration:none;
  border-bottom:2px solid rgba(11,58,110,.25);
  transition:.2s ease;
}

.seo-health-info a:hover{
  border-bottom-color:#f97316;
  color:#000;
}

/* =========================
   TEK EKRAN / TEK AKIŞ KİLİDİ
========================= */

.seo-health-info,
.seo-health-info *,
.seo-faq,
.seo-faq *{
  max-width:100%;
  float:none;
  clear:both;
}

.seo-health-info > *,
.seo-faq > *{
  display:block;
  width:100%;
}

/* =========================
   MOBİL OPTİMİZASYON
========================= */

@media (max-width:768px){

  .seo-health-info,
  .seo-faq{
    padding:32px 22px;
    margin:50px auto 30px;
    border-radius:10px;
  }

  .seo-health-info h2,
  .seo-faq h2{
    font-size:24px;
  }

  .seo-health-info h3,
  .seo-faq h3{
    font-size:18px;
  }

  .seo-health-info p,
  .seo-faq p{
    font-size:15.5px;
    line-height:1.7;
  }
}

/* =========================
   SEO HEALTH TEXT (TEK EKRAN)
========================= */

.seo-health-text{
  max-width:1100px;
  width:92%;
  margin:60px auto 40px;
  background:#ffffff;
  padding:48px 56px;
  border-radius:12px;
  box-shadow:0 8px 24px rgba(0,0,0,0.04);
}

/* Başlıklar */
.seo-health-text h3{
  font-size:21px;
  font-weight:800;
  color:#0b3a6e;
  margin:34px 0 10px;
  line-height:1.3;
}

/* Paragraflar */
.seo-health-text p{
  font-size:16.5px;
  line-height:1.75;
  color:#374151;
  margin-bottom:18px;
}

/* İlk başlık üst boşluk düzeltme */
.seo-health-text h3:first-child{
  margin-top:0;
}

/* =========================
   MOBİL
========================= */

@media (max-width:768px){

  .seo-health-text{
    padding:30px 22px;
  }

  .seo-health-text h3{
    font-size:18px;
  }

  .seo-health-text p{
    font-size:15.5px;
    line-height:1.7;
  }
}
/* =========================
   SEO HEALTH TEXT – FINAL
   TEK EKRAN / TEK KOLON
========================= */

.seo-health-text{
  max-width:1100px;
  width:92%;
  margin:70px auto 40px;
  background:#ffffff;
  padding:52px 56px;
  border-radius:14px;
  box-shadow:0 8px 24px rgba(0,0,0,0.05);
}

/* Başlıklar */
.seo-health-text h3{
  font-size:21px;
  font-weight:800;
  color:#0b3a6e;
  margin:36px 0 12px;
  line-height:1.3;
}

/* İlk başlık boşluk fix */
.seo-health-text h3:first-child{
  margin-top:0;
}

/* Metinler */
.seo-health-text p{
  font-size:16.6px;
  line-height:1.75;
  color:#374151;
  margin-bottom:18px;
}

/* =========================
   MOBİL
========================= */

@media (max-width:768px){

  .seo-health-text{
    padding:30px 22px;
    margin:50px auto 30px;
    border-radius:10px;
  }

  .seo-health-text h3{
    font-size:18px;
  }

  .seo-health-text p{
    font-size:15.5px;
    line-height:1.7;
  }
}
/* =========================
   SAĞLIK BAŞARILARI
========================= */
.saglik-basari{
  max-width:1100px;
  width:92%;
  margin:40px auto;
  background:#f3f8f9;
  padding:20px 25px;
  border-radius:10px;
  box-shadow:0 4px 10px rgba(0,0,0,0.05);
}

.saglik-basari h2{
  font-size:24px;
  margin-bottom:15px;
  font-weight:700;
  color:#004080; /* marka koyu mavi */
}

.basari-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.basari-item{
  font-size:16px;
  line-height:1.45;
  background:#fff;
  padding:10px 15px;
  border-left:4px solid #ff6600; /* turuncu vurgu */
  border-radius:5px;
  box-shadow:0 2px 6px rgba(0,0,0,0.03);
}

/* =========================
   MÜŞTERİ YORUMLARI
========================= */
.saglik-musteri{
  max-width:1100px;
  width:92%;
  margin:40px auto;
  padding:20px 25px;
}

.saglik-musteri h2{
  font-size:24px;
  margin-bottom:20px;
  font-weight:700;
  color:#004080; /* marka koyu mavi */
}

.yorum-list{
  display:flex;
  flex-direction:column;
  gap:15px;
}

.yorum-item{
  background:#f3f8f9;
  padding:15px 20px;
  border-left:4px solid #ff6600;
  border-radius:6px;
  box-shadow:0 2px 6px rgba(0,0,0,0.05);
}

.yorum-item p{
  font-size:16px;
  line-height:1.5;
  margin:0 0 8px 0;
  font-style:italic;
}

.yorum-item span{
  font-size:14px;
  color:#555;
  font-weight:600;
}


.saglik-hero{
  position:relative;
  height:450px;
  background:url('../images/saglik-hero.jpg') center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
}

.saglik-hero .overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
}

.saglik-hero .hero-inner{
  position:relative;
  text-align:center;
  color:#fff;
  max-width:900px;
  padding:0 20px;
}

.saglik-hero h1{
  font-size:42px;
  font-weight:900;
  margin-bottom:10px;
}

.saglik-hero p{
  font-size:18px;
  margin-bottom:20px;
}

.cta-btn{
  background:#ff6a00;
  color:#fff;
  padding:12px 28px;
  border-radius:6px;
  font-weight:700;
  text-decoration:none;
  transition:0.3s;
}

.cta-btn:hover{
  background:#e65c00;
}
.pozisyonlar{
  max-width:1100px;
  margin:60px auto;
  width:92%;
}


.accordion-header{
  background:#f6f6f6;
  padding:15px 20px;
  border-radius:6px;
  cursor:pointer;
  margin-bottom:10px;
  font-weight:700;
}





.accordion-body .cta-btn-small{
  display:inline-block;
  background:#ff6a00;
  color:#fff;
  padding:12px 25px; /* Daha büyük ve dengeli */
  border-radius:5px;
  font-weight:700;
  text-decoration:none;
  margin-top:15px; /* Buton ile içerik arasında boşluk */
  transition:0.3s;
}

.accordion-body .cta-btn-small:hover{
  background:#e65c00;
}


.job-img{
  width:100%;
  max-height:200px;
  object-fit:cover;
  border-radius:6px;
  margin-bottom:15px;
}

.cta-btn-small{
  display:inline-block;
  background:#ff6a00;
  color:#fff;
  padding:10px 20px;
  border-radius:5px;
  font-weight:700;
  text-decoration:none;
  margin-top:10px;
  transition:0.3s;
}

.cta-btn-small:hover{
  background:#e65c00;
}
.saglik-cta{
  background:#ff6a00;
  color:#fff;
  padding:60px 20px;
  text-align:center;
  border-radius:8px;
  margin:60px 0;
}

.saglik-cta h2{
  font-size:32px;
  margin-bottom:15px;
  font-weight:900;
}

.saglik-cta p{
  font-size:18px;
  margin-bottom:25px;
}

.saglik-cta .cta-btn{
  background:#fff;
  color:#ff6a00;
  padding:15px 35px;
  border-radius:6px;
  font-weight:700;
  text-decoration:none;
  transition:0.3s;
}

.saglik-cta .cta-btn:hover{
  background:#ffe0cc;
}





/* HERO */
.saglik-hero{
  position:relative;
  height:450px;
  background:url('../images/saglik-hero.jpg') center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
}
.saglik-hero .overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
}
.saglik-hero .hero-inner{
  position:relative;
  text-align:center;
  color:#fff;
  max-width:900px;
  padding:0 20px;
}
.saglik-hero h1{
  font-size:42px;
  font-weight:900;
  margin-bottom:10px;
}
.saglik-hero p{
  font-size:18px;
  margin-bottom:20px;
}
.cta-btn{
  background:#ff6a00;
  color:#fff;
  padding:15px 35px;
  border-radius:8px;
  font-weight:700;
  text-decoration:none;
  transition:0.3s;
}
.cta-btn:hover{
  background:#e65500;
}

/* POZİSYON KARTLARI */
.pozisyonlar{
  max-width:1100px;
  margin:60px auto;
  width:92%;
}
.pozisyonlar h2{
  font-size:28px;
  margin-bottom:30px;
  text-align:center;
  font-weight:800;
}

/* Accordion */
.accordion-item{
  margin-bottom:20px;
}
.accordion-header{
  background:#f6f6f6;
  padding:15px 20px;
  border-radius:6px;
  cursor:pointer;
  font-weight:700;
}
.accordion-body{
  max-height:0;
  overflow:hidden;
  transition:0.4s;
  background:#fff;
  padding:0 20px;
  border-left:3px solid #ff6a00;
  border-radius:0 0 6px 6px;
  margin-top:5px;
}
.accordion-body p, .accordion-body ul{
  margin:15px 0;
}
.job-img{
  width:100%;
  max-height:180px;
  object-fit:cover;
  border-radius:6px;
  margin-bottom:15px;
}
.cta-btn-small{
  display:inline-block;
  background:#ff6a00;
  color:#fff;
  padding:12px 25px;
  border-radius:5px;
  font-weight:700;
  text-decoration:none;
  margin-top:15px;
  transition:0.3s;
}
.cta-btn-small:hover{
  background:#e65c00;
}

/* ALT CTA */
.saglik-cta{
  background:#ff6a00;
  color:#fff;
  padding:60px 20px;
  text-align:center;
  border-radius:8px;
  margin:60px 0;
}
.saglik-cta h2{
  font-size:32px;
  margin-bottom:15px;
  font-weight:900;
}
.saglik-cta p{
  font-size:18px;
  margin-bottom:25px;
}
.saglik-cta .cta-btn{
  background:#fff;
  color:#ff6a00;
  padding:15px 35px;
  border-radius:6px;
  font-weight:700;
  text-decoration:none;
  transition:0.3s;
}
.saglik-cta .cta-btn:hover{
  background:#ffe0cc;
}

