/*****		GENEL STİL		*****/

/***** Smooth scroll CSS *****/
html {
  scroll-behavior: smooth;
}


body {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  color: #212529;
  background-color: #fff;
  scroll-behavior: smooth;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #0a3d91;
}

p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #0d6efd;
}

/*****		GENEL STİL		*****/

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #003366;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #0d6efd;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.btn-primary {
  background: linear-gradient(90deg, #007bff, #0056b3);
  border: none;
  transition: all .3s ease;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #0056b3, #003d91);
  transform: scale(1.03);
}

.btn-outline-light {
  border-color: #0d6efd;
  color: #0d6efd;
  transition: all .3s ease;
}

.btn-outline-light:hover {
  background-color: #0d6efd;
  color: #fff;
}

/*****		NAVBAR		*****/
.navbar-premium {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 1rem 0;
  transition: background-color .3s, box-shadow .3s;
}

.navbar-premium .navbar-brand {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0a3d91 !important;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
}

.navbar-premium .navbar-brand img {
  border-radius: 8px;
  background: #f0f4ff;
}

.navbar-premium .nav-link {
  position: relative;
  font-weight: 500;
  color: #333 !important;
  margin-left: 1.2rem;
  letter-spacing: 0.3px;
  transition: all .3s ease;
}

.navbar-premium .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #0d6efd;
  transition: width .3s;
}

.navbar-premium .nav-link:hover {
  color: #0d6efd !important;
}

.navbar-premium .nav-link:hover::after {
  width: 100%;
}

.navbar-premium .btn-contact {
  background-color: #0d6efd;
  color: #fff !important;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  margin-left: 1rem;
  transition: all .3s;
}

.navbar-premium .btn-contact:hover {
  background-color: #003d91;
  transform: translateY(-1px);
}

/* Sticky scroll efekti */
.navbar-premium.scrolled {
  background-color: rgba(255,255,255,0.98);
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
  transition: all .3s ease;
}

/*****		HERO (PREMIUM + DALGA + DÖNGÜSEL RENK)	*****/
/*****		HERO (SADE + PREMIUM)	*****/

.hero {
  background: linear-gradient(135deg, #eaf2ff 0%, #ffffff 100%);
  padding: 8rem 0 6rem;
  color: #1b1f24;
}

.hero h1 {
  color: #0a3d91;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 700;
}

.hero p {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.5;
}

.hero img {
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  transition: transform 0.4s ease;
}

.hero img:hover {
  transform: scale(1.05);
}

/* Responsive ayarlar */
@media (max-width: 992px) {
  .hero h1 { font-size: 2.2rem; }
  .hero p { font-size: 1rem; }
  .hero img { max-width: 90%; }
}

@media (max-width: 768px) {
  .hero h1 { font-size: 1.9rem; }
  .hero p { font-size: 0.95rem; }
  .hero img { max-width: 95%; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 1.6rem; }
  .hero p { font-size: 0.9rem; }
  .hero img { max-width: 100%; }
}

/*****		HİZMETLER (PREMIUM)	*****/

/* Kart ana yapı */
.service-card {
  border: none;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Kart görseli */
.service-card img {
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.service-card img:hover {
  transform: scale(1.05);
}

/* Kart başlığı */
.service-card h5 {
  font-weight: 700;
  color: #0a3d91;
  margin-bottom: 0.8rem;
}

/* Kart açıklaması */
.service-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

/* Buton */
.service-card .btn {
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.service-card .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* Animasyon: Fade-in scroll */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

.service-card {
  opacity: 0;
  animation: fadeInUp 0.8s forwards;
  animation-delay: 0.1s;
}

/* Responsive ayarlar */
@media (max-width: 768px) {
  .service-card img { height: 180px; }
}

/*****		HAKKIMIZDA (PREMIUM)	*****/

/* Görsel */
.hakkimizda-img {
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hakkimizda-img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

/* Başlık */
#hakkimizda .section-title {
  font-weight: 700;
  color: #0a3d91;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

/* Paragraflar */
#hakkimizda p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

/* Liste */
.hakkimizda-list li {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  opacity: 0;
  animation: fadeInUp 0.8s forwards;
}

.hakkimizda-list li:nth-child(1) { animation-delay: 0.2s; }
.hakkimizda-list li:nth-child(2) { animation-delay: 0.4s; }
.hakkimizda-list li:nth-child(3) { animation-delay: 0.6s; }

.hakkimizda-list i {
  color: #0a3d91;
  font-size: 1.2rem;
}

/* Buton */
#hakkimizda .btn {
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

#hakkimizda .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* Animasyon */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 992px) {
  #hakkimizda .section-title { font-size: 2rem; }
  #hakkimizda p { font-size: 0.95rem; }
  .hakkimizda-img { max-width: 90%; margin: 0 auto; display: block; }
}

@media (max-width: 768px) {
  #hakkimizda .section-title { font-size: 1.8rem; }
  #hakkimizda p { font-size: 0.9rem; }
}

@media (max-width: 480px) {
  #hakkimizda .section-title { font-size: 1.6rem; }
  #hakkimizda p { font-size: 0.85rem; }
}

/*****		EKİP (PREMIUM)	*****/

/* Kart ana yapı */
.team-card {
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  opacity: 0;
  animation: fadeInUp 0.8s forwards;
}

.team-card:nth-child(1) { animation-delay: 0.2s; }
.team-card:nth-child(2) { animation-delay: 0.4s; }
.team-card:nth-child(3) { animation-delay: 0.6s; }
.team-card:nth-child(4) { animation-delay: 0.8s; }

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Profil fotoğrafı */
.team-card img {
  border: 3px solid #0d6efd;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.team-card img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Başlık ve ünvan */
.team-card h6 {
  font-weight: 700;
  color: #0a3d91;
  margin-bottom: 0.3rem;
}

.team-card small {
  color: #555;
}

/* Buton */
.team-card .btn {
  border-radius: 8px;
  padding: 0.4rem 1.2rem;
  font-weight: 600;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.team-card .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* Sosyal ikonlar */
.social-icons a {
  color: #0d6efd;
  font-size: 1rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  transform: translateY(-2px);
  color: #0740a0;
}

/* Animasyon */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .team-card img { width: 100px; }
}

@media (max-width: 480px) {
  .team-card img { width: 90px; }
  .team-card h6 { font-size: 0.95rem; }
}

/*****		İLETİŞİM (PREMIUM)	*****/

/* Form ve select */
#iletisim form .form-control,
#iletisim form .form-select {
  border-radius: 12px;
  border: 1px solid #dcdcdc;
  transition: all 0.3s ease;
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
}

#iletisim form .form-control:focus,
#iletisim form .form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 8px rgba(13,110,253,0.3);
  outline: none;
}

/* Buton */
#iletisim form .btn {
  border-radius: 8px;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

#iletisim form .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}


/*****		FOOTER (PREMIUM)		*****/
footer {
  font-size: 0.9rem;
  background: linear-gradient(135deg, #001d5a 0%, #004ecb 100%);
  color: #ffffff;
  padding: 2rem 0;
  box-shadow: 0 -5px 15px rgba(0,0,0,0.15);
}

footer a {
  color: #ffd700;
}

footer a:hover {
  text-decoration: underline;
}


/*****		RESPONSIVE		*****/
@media (max-width: 991px) {
  .hero {
    text-align: center;
    padding: 6rem 1rem;
  }

  .hero img {
    margin-top: 2rem;
  }

  .navbar-premium {
    padding: 0.8rem;
  }

  .service-card img {
    height: 180px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 1.6rem;
  }

  .navbar-brand img {
    width: 35px;
  }

  footer {
    font-size: 0.8rem;
  }
}

/*	WhatsApp ve Arama Yapma Butonları	*/
#action-buttons {
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 99999; /* Daha yüksek katman */
  pointer-events: auto;
}

#action-buttons a,
#action-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-decoration: none !important;
  background-color: #25d366;
  color: #fff;
  font-size: 24px;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: transform 0.3s, box-shadow 0.3s;
}

/* Farklı buton renkleri */
#action-buttons .btn-phone { background-color: #007bff; }
#action-buttons .btn-back  { background-color: #ffc107; color: #000; }

/* Hover efekti */
#action-buttons a:hover,
#action-buttons button:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.35);
}

/* Mobil küçültme */
@media (max-width: 768px) {
  #action-buttons a,
  #action-buttons button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

#btn-back-to-top {
  display: none;
}


    /* Kompakt sabit çerez bildirimi */
    #cookie-banner {
      position: fixed;
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%);
      background: #0d6efd;
      color: #fff;
      padding: 6px 12px;
      border-radius: 50px;
      font-size: 14px;
      line-height: 1;
      white-space: nowrap;
      box-shadow: 0 2px 8px rgba(0,0,0,0.25);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      z-index: 9999;
      opacity: 0.95;
    }

    #cookie-banner a {
      color: #ffdd57;
      text-decoration: none;
      font-weight: 500;
    }

    #cookie-banner button {
      background: #fff;
      color: #0d6efd;
      border: none;
      padding: 2px 8px;
      border-radius: 12px;
      font-size: 14px;
      cursor: pointer;
    }

    #cookie-banner button:hover {
      background: #e9ecef;
    }

    /* Mobilde dar, tek satır ve ortalı */
    @media (max-width: 576px) {
      #cookie-banner {
        width: auto;
        max-width: 90%;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 40px;
      }
      #cookie-banner a {
        font-size: 12px;
      }
      #cookie-banner button {
        padding: 2px 6px;
        font-size: 12px;
      }
    }
		
/* FAQ BÖLÜMÜ */
#faq .accordion-item {
  background: #fff;
  border: none;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  margin-bottom: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  animation: fadeInUp 0.8s forwards;
}

#faq .accordion-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

#faq .accordion-button {
  background: linear-gradient(90deg, #007bff, #00c4ff);
  color: #fff;
  font-weight: 600;
  padding: 18px 22px;
  border: none;
  transition: background 0.3s ease;
}

#faq .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #0069d9, #00a8e8);
  color: #fff;
}

#faq .accordion-button:focus {
  box-shadow: none;
}

#faq .accordion-body {
  background: #f9f9f9;
  padding: 20px 25px;
  font-size: 15.5px;
  line-height: 1.7;
  color: #333;
  border-top: 1px solid rgba(0,0,0,0.05);
}

/* Animasyon */
@keyframes fadeInUp {
  from { transform: translateY(25px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

#faq .accordion-item:nth-child(1) { animation-delay: 0.1s; }
#faq .accordion-item:nth-child(2) { animation-delay: 0.2s; }
#faq .accordion-item:nth-child(3) { animation-delay: 0.3s; }
#faq .accordion-item:nth-child(4) { animation-delay: 0.4s; }
#faq .accordion-item:nth-child(5) { animation-delay: 0.5s; }
#faq .accordion-item:nth-child(6) { animation-delay: 0.6s; }
#faq .accordion-item:nth-child(7) { animation-delay: 0.7s; }
#faq .accordion-item:nth-child(8) { animation-delay: 0.8s; }
#faq .accordion-item:nth-child(9) { animation-delay: 0.9s; }
#faq .accordion-item:nth-child(10) { animation-delay: 1s; }
