/* Görünürlük sorunlarını çözmek için eklenen global stiller */
img {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.ftco-animate {
  opacity: 1 !important;
  visibility: visible !important;
}

.hero-wrap {
  opacity: 1 !important;
  visibility: visible !important;
  background-size: cover !important;
  background-position: center center !important;
}

.gallery-item, .gallery-item img {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.gallery-overlay {
  opacity: 0;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1 !important;
}

/* Slogan stilleri */
.slogan-text {
  font-family: 'Dancing Script', cursive;
  color: #fac564;
  font-size: 1.8rem;
  font-style: italic;
  margin-top: 10px;
}

/* Görsel düzeltmeleri */
.image-popup img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* PDF dosyaları için düzeltme */
.certificate-item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.certificate-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.certificate-icon {
  font-size: 2.5rem;
  color: #fac564;
  margin-bottom: 15px;
}

/* İletişim kutuları için özel stil - Orijinal stil geri yüklendi */
.contact-section .dbox {
  background: #e52b34;
  padding: 2em;
  border-radius: 4px;
}