.navbar {
  transition: background-color 0.3s ease;
}

.nav-link {
  color: #cbd5e1 !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #facc15 !important; /* Sarı ton hover */
  transform: scale(1.05);
}

.navbar-brand img {
  transition: transform 0.3s ease;
}

.navbar-brand:hover img {
  transform: rotate(-5deg) scale(1.05);
}


.hero-section {
  background-color: #111827;
  padding-top: 28vh;
  padding-bottom: 28vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.service-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  color: #fbbf24;
  text-align: center;
}

.service-box:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
  color: #ffffff;
}

.service-box i {
  display: block;
}

.services-section {
  background-color: #fff;
}

.section-subtitle {
  font-size: 14px;
  color: #fbbf24;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 40px;
}

.service-card {
  border: 1px solid #eee;
  padding: 30px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 100%;
  background-color: #fff;
}

.service-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.service-card .icon {
  font-size: 32px;
  color: #fbbf24;
  margin-bottom: 15px;
}

.sayfauzunluk {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

#hakkimizda {
  background-color: #f8f9fa;
}

#hakkimizda i {
  color: #fbbf24;
}

.accordion-button {
  background-color: #fff;
  color: #1f2937;
  transition: background-color 0.2s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #fef3c7;
  color: #000;
}

.accordion-body {
  background-color: #fffdf4;
  color: #444;
  border-top: 1px solid #eee;
}

.accordion-item {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}

/* Mobil ve tablet düzenlemeleri */
@media (max-width: 992px) {
  .sayfauzunluk {
    height: auto;
    padding: 60px 20px;
    flex-direction: column;
  }

  .hero-section {
    padding: 60px 20px;
    height: auto;
    text-align: center;
  }

  .section-title {
    font-size: 24px;
  }

  .section-subtitle {
    font-size: 12px;
  }

  .service-card {
    padding: 20px 15px;
  }

  #hakkimizda img {
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
  }

  #iletisim iframe {
    min-height: 250px;
  }

  #iletisim h4 {
    font-size: 20px;
  }

  #iletisim i {
    font-size: 18px;
    margin-right: 8px;
  }

  #faq .accordion-button {
    font-size: 15px;
    padding: 12px 16px;
  }

  #faq .accordion-body {
    font-size: 14px;
    line-height: 1.6;
  }

  #faq h2.fw-bold {
    font-size: 24px;
  }

  #faq .badge {
    font-size: 12px;
    padding: 6px 12px;
  }

 

  #hizmetler h5 {
    font-size: 18px;
  }

  #hizmetler p {
    font-size: 14px;
  }

  #hizmetler .icon {
    font-size: 24px;
    margin-bottom: 10px;
  }

  #hizmetler .service-card {
    padding: 16px 12px;
  }

  #hakkimizda h2 {
    font-size: 22px;
  }

  #hakkimizda p {
    font-size: 14px;
  }

  #hakkimizda li {
    font-size: 14px;
    line-height: 1.5;
  }

  #hakkimizda img {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }

  .hero-section h1 {
    font-size: 28px;
  }

  .hero-section p {
    font-size: 15px;
  }

  .hero-section .service-box h6 {
    font-size: 13px;
  }

  .hero-section .service-box i {
    font-size: 20px !important;
    margin-bottom: 6px;
    
  }

  .hero-section .row {
    row-gap: 20px;
  }
}

.ortak-logo {
  max-width: 130px;
  object-fit: contain;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.ortak-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

#iletisim i {
  vertical-align: middle;
}

.swiper {
    padding: 0 30px;
    max-width: 1200px;
    margin: auto;
  }
.pricing-box {
  background: #1b1b1b;
  padding: 30px 25px;
  border-radius: 10px;
  color: #ddd;
  border: 1px solid #ffdd00;
  box-sizing: border-box;
  height: 500px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.pricing-box:hover {
  box-shadow: 0 0 20px 4px rgba(255, 221, 0, 0.5);
  border-color: #ffe600;
  
}

.pricing-box h3 {

  font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}
.price {
font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffdd00;
}
  .desc {
    font-size: 14px;
    color: #ccc;
    margin: 15px 0;
  }
  .pricing-box ul {
    padding: 0;
    list-style: none;
    margin: 15px 0;
  }
  .pricing-box li {
    margin-bottom: 8px;
  }
  .buy-btn {
    background-color: #ffdd00;
    color: #000;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    color: #ffdd00;
  }
  

.custom-footer {
  background: #1e293b;
  height: 60px; /* daha ince görünmesi için yükseklik */
  display: flex;
  align-items: center;  /* dikey ortalama */
  justify-content: center;  /* yatay ortalama */
  font-size: 14px; /* istenirse yazı boyutu da küçültülebilir */
  padding: 0 10px; /* yatay boşluklar için */
}

.custom-footer p {
  margin: 0;
}


.subsidiary-section {
  max-width: 1200px;
  margin: 15px auto;
  font-family: 'Segoe UI', sans-serif;
}

.company-card {
  background: #1e293b;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.card-header {
  display: flex;
  align-items: flex-start;
  padding: 30px;
  position: relative;
}

.card-header img {
  width: 170px;
  height: 120px;
  object-fit: contain;
  margin-right: 20px;
  background: white;
  padding: 10px;
  border-radius: 8px;
}

.company-info {
  flex-grow: 1;
}

.company-info h3 {
  margin: 0;
  color: #facc15; /* Sarı */
  font-size: 18px;
}

.company-info p {
  margin: 10px 0;
  color: #cbd5e1;
  font-size: 14px;
}

.company-info a {
  color: #facc15;
  text-decoration: none;
}

.company-info i.icon {
  color: #facc15;
  width: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.toggle-button {
  border: 1px solid #facc15;
  background: transparent;
  color: #facc15;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 20px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.toggle-button.rotate {
  transform: rotate(180deg);
}

.toggle-button i {
  transition: transform 1s ease;
}

.toggle-button i.rotate-up {
  transform: rotate(360deg);
}

.card-details {
  padding: 20px 30px;
  
  font-size: 15px;
  color: #e2e8f0;
  line-height: 1.7;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0 0 12px 12px;
  animation: fadeIn 0.5s ease-in-out;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.card-details p {
  margin-bottom: 12px;
  text-align: justify;
}

.card-details strong {
  color: #facc15;
}

.card-details h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #facc15;
  font-weight: 600;
  border-left: 4px solid #facc15;
  padding-left: 10px;
}
.inline-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin: 10px 0;
}

.inline-contact span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #cbd5e1;
  font-size: 14px;
}

.inline-contact i.icon {
  color: #facc15;
  font-size: 14px;
}

@media (max-width: 768px) {
  .inline-contact {
    justify-content: center;
    text-align: center;
  }

  .inline-contact span {
    justify-content: center;
    text-align: center;
  }
}


@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.hidden {
  display: none;
}

/* --- BAŞLIK KISMI ÖZEL TASARIM --- */
.custom-title-wrapper {
  margin: 40px auto;
}

.custom-title {
  font-weight: 700;
  font-size: 2rem;
  color: #1e293b; /* Ana başlık rengi (koyu mavi-gri) */
}

.custom-title .highlighted {
  color: #fbbf24; /* Sarı tonu */
}

.custom-underline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.custom-underline span {
  width: 100px;
  height: 1px;
  background-color: #1e293b;
  margin: 0 8px;
  position: relative;
}

.custom-underline i {
  width: 8px;
  height: 8px;
  background-color: #fbbf24;
  border-radius: 50%;
  display: inline-block;
}

.indirline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.indirline span {
  width: 220px;
  height: 1px;
  background-color: #b2b2b2;
  position: relative;
}

/* RESPONSIVE STİLLER */
@media (max-width: 992px) {
  .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .card-header img {
    width: 120px;
    height: auto;
    margin: 0 0 15px 0;
  }

  .company-info {
    text-align: center;
  }

  .toggle-button {
    margin-top: 15px;
  }

  .card-details {
    padding: 20px;
  }

  .card-details p {
    font-size: 14px;
  }

  iframe {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 576px) {
  .custom-title {
    font-size: 1.5rem;
  }

  .custom-underline span {
    width: 60px;
  }

  .card-header {
    padding: 20px;
  }

  .card-details {
    font-size: 13px;
  }

  .toggle-button {
    font-size: 16px;
    padding: 5px 15px;
  }
}


.founder-section {
  background: linear-gradient(to right, #1e293b, #6983ac);
  color: #f8fafc;
  padding: 60px 20px;
}

.founder-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.founder-image img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(250, 204, 21, 0.3);
  transition: transform 0.3s ease;
}

.founder-image img:hover {
  transform: scale(1.05);
}

.founder-text {
  flex: 1;
}

.founder-text h2 {
  font-size: 2.5rem;
  color: #facc15;
  margin-bottom: 10px;
}

.founder-text h4 {
  font-size: 1.3rem;
  color: #fcd34d;
  margin-bottom: 20px;
}

.founder-text p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.founder-text blockquote {
  font-style: italic;
  color: #e2e8f0;
  border-left: 4px solid #facc15;
  padding-left: 15px;
  margin-bottom: 20px;
}

.founder-contact {
  display: inline-block;
  color: #facc15;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #facc15;
  padding: 10px 20px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.founder-contact:hover {
  background-color: #facc15;
  color: #1e293b;
}

/* Responsive */
@media (max-width: 768px) {
  .founder-content {
    flex-direction: column;
    text-align: center;
  }

  .founder-image img {
    width: 200px;
    height: 200px;
  }

  .founder-text h2 {
    font-size: 2rem;
  }
}



@media (min-width: 768px) {
  .edm-logo {
    max-width: 400px;
  }
}


.edm-banner {
  gap: 0;
}

.edm-logo,
.edm-insan {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .edm-logo {
    max-width: 280px;
  }

  .edm-insan {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .edm-logo {
    max-width: 340px;
  }

  .edm-insan {
    max-width: 360px;
  }
}


.credi {
  padding-left: 5px;
}

.renking {
    color: #facc15;
}
