@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
    }
}

body {
    background-color: #1a1a1a;
    color: #ffffffd8;

      font-family: "pf-grand-gothik-variable",sans-serif;
      font-variation-settings: 'wdth' 100, 'wght' 400, 'ital' 0;
}



/* HİZMETLERİMİZ */
.services-section {
  overflow: hidden;
  background-color: #1a1a1a; /* Arka plan rengi */
  margin: 0; /* Tüm boşlukları kaldırır */
  padding: 2rem 1rem; /* Yukarı ve aşağı boşluk */
}

.container.services-section {
  max-width: 100%; /* Konteynerin genişliğini tam yap */
}

.services-section h2 {
  color: #ffffff; /* Başlık renk */
  margin-bottom: 2rem;
  font-size: 2rem; /* Başlık boyutu */
  text-transform: uppercase;

}

/* Service Card */
.service-card {
  height: auto; /* Kart yüksekliğini içeriğe göre yap */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  background-color: #2b2b2b; /* Kart arka planı */
  border: 1px solid #333; /* Hafif gri kenarlık */
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5); /* Hafif gölge */
  color: #e0e0e0; /* Açık gri metin */
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px); /* Hover sırasında hafif yukarı hareket */
  background-color: #333; /* Kart hover arka plan */
  text-decoration: none;
  color: inherit; /* Varsayılan renk */
}

.service-icon {
  font-size: 2rem; /* İkon boyutu */
  color: #0dcaf0; /* İkon rengi */
  margin-bottom: 1rem;
}

.service-title {
  font-size: 1.1rem; /* Başlık boyutu */
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.service-description {
  font-size: 0.85rem; /* Yazı boyutu */
  color: #b0b0b0;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  .services-section {
    padding: 1.5rem; /* Mobilde daha az boşluk */
  }

  .service-card {
    padding: 1rem; /* Kart içi boşluk azaltılır */
  }

  .service-icon {
    font-size: 1.8rem; /* İkon boyutu küçültülür */
  }

  .service-title {
    font-size: 1rem; /* Başlık boyutu küçültülür */
  }

  .service-description {
    font-size: 0.8rem; /* Açıklama boyutu küçültülür */
  }
}

@media (max-width: 576px) {
  .services-section h2 {
    font-size: 1.5rem; /* Küçük ekranlarda başlık boyutu */
  }

  .service-card {
    padding: 0.8rem; /* Daha kompakt kartlar */
  }

  .service-description {
    font-size: 0.75rem; /* Yazı boyutu daha küçük */
  }
}

.service-link:hover {
  text-decoration: none;
}
.service-link {
  text-decoration: none;
  color: inherit; /* Varsayılan renk */
}








/* HAKKIMIZDA */

.about-section {
    padding: 20px 0;
}

.about-title {
    color: #0dcaf0;
    text-align: center;
    margin-bottom: 40px;
}

.about-image {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.about-text {
    background-color: #1f1f1f;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.highlight {
    color: #0dcaf0;
}

.about-values {
    margin-top: 40px;
}

.value-card {
    background-color: #1f1f1f;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.value-icon {
    font-size: 40px;
    color: #0dcaf0;
    margin-bottom: 15px;
}

.value-title {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.spacer 
{
margin-top: 120px; /* Yukarıdaki boşluk */
margin-bottom: 120px; /* Aşağıdaki boşluk */
}
.contact-form 
{
  background-color: #1e1e1e;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.form-control, .btn
 {
  border-radius: 10px;
  font-size: 16px;
}
.form-label 
{
  font-weight: bold;
  color: #ffffff;
}
.btn-primary 
{
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover 
{
  background-color: #0056b3;
  border-color: #0056b3;
}
.form-title 
{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #044ebd;
}

/* HERO SECTİON */

.hero-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://www.trueprojectinsight.com/sites/default/files/inline-images/EMERGING%20TECHNOLOGY.jpg');
  background-size: cover;
  background-position: center;
  height: 40vh;
      
  }
  .hero-section h1, .hero-section h2 {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  }
  .brand-title {
    font-size: 0.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .btn-outline-light {
    border: 2px solid #ffffff;
    padding: 10px 20px;
    transition: all 0.3s;
  }
  .btn-outline-light:hover {
    background: #ffffff;
    color: #000;
  }
  .hero-section h1 {
    animation: fadeIn 20s ease-in-out;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* REFERANS */

  .references-section {
    background-color: #121212; /* Koyu bir arka plan */
    color: #fff; /* Yazılar için açık renk */
  }
  
  .reference-card {
    background-color: #1e1e1e;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 240px; /* Kartların yüksekliği */
  }
  
  .reference-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  }
  
  .reference-card img {
    max-width: 150px; /* Resim genişliği */
    max-height: 250px; /* Resim yüksekliği */
    object-fit: contain; /* Resmi kırpmadan sığdır */
    filter: grayscale(100%);
    transition: filter 0.3s;
  }
  
  .reference-card img:hover {
    filter: grayscale(0%);
  }
  
  .text-uppercase {
    letter-spacing: 2px;
  }
  
  
  /* FAALİYET */


  .faaliyet-header {
    text-align: center;
    margin: 40px 0;
  }

  .faaliyet-header h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
  }

  .card {
    background-color: #1e1e1e;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  }

  .card:hover {
    transform: scale(1.03);
    transition: transform 0.3s;
  }

  .card-title {
    color: #0dcaf0;
    font-weight: bold;
  }

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


/* NAVBAR GENEL AYARLAR */  

/* Navbar Link */
.nav-link {
  transition: color 0.3s, background-color 0.3s;
  color: #dcdcdc !important;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.nav-link:hover {
  background-color: #5AE4AA;
  color: #121212 !important;
  border-radius: 5px;
}

/* Dropdown Link */
.dropdown-item {
  transition: color 0.3s, background-color 0.3s;
}
.dropdown-item:hover {
  color: #f8f9fa !important;
  background-color: #444;
}

/* NAVBAR */
.navbar {
  background-color: #121212;
  transition: background-color 0.3s ease;
  height: 60px;
  padding: 0 1rem;
}
.navbar-brand img {
  width: 120px;
  transition: transform 0.3s ease;
}
.navbar-brand img:hover {
  transform: scale(1.1);
}
.navbar-toggler {
  border: none;
  background-color: transparent;
  outline: none;
}
.navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%2888, 88, 88, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Responsive Navbar */
@media (max-width: 992px) {
  .navbar {
    height: auto;
  }
  .navbar-collapse {
    background-color: #121212;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 1rem;
    display: none; /* Başlangıçta gizli */
  }
  .navbar-collapse.show {
    display: block; /* Toggler ile görünür olacak */
  }
  .nav-link {
    display: block;
    padding: 0.7rem;
    text-align: left;
    border-bottom: 1px solid #333;
    color: #fff !important;
  }
  .nav-link:last-child {
    border-bottom: none;
  }
}

/* Navbar Hover Effects */
.navbar .nav-link:hover {
  background-color: #5AE4AA;
  color: #121212 !important;
  border-radius: 5px;
}

/* Navbar Toggler Visibility */
.navbar-toggler {
  display: block;
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}
/* Navbar için sosyal medya ikonlarının tasarımı */
.social-icons a {
  font-size: 1.1rem; /* İkon boyutu */
  color: white; /* Varsayılan ikon rengi */
  transition: color 0.3s ease, transform 0.3s ease; /* Hover efektleri */
}

.social-icons a:hover {
  color: #5AE4AA; /* Hover rengi */
  transform: scale(1.2); /* Hafif büyüme efekti */
}





  /* FOOTER */
  .footer-link:hover {
    color: #5AE4AA;
    text-decoration: none;
    transform: scale(1.1);
  }

  .footer-title {
    text-align: center;
  }

  .footer-section ul {
    text-align: center;
    padding: 0;
    list-style: none;
  }

  .footer-section ul li {
    margin-bottom: 10px;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  footer {
    background-color: #121212;
    color: white;
  }

  footer a {
    color: white;
    transition: color 0.3s;
    text-decoration: none;
  }

  footer a:hover {
    color: #5AE4AA;
    text-decoration: none;
  }

  /* Footer Logo */
footer img {
  width: 200px;
  max-width: 80%; /* Logo genişliği kapsayıcı alanın %100'ünü geçmez */
  height: auto; /* Oranlarını korur */
  display: block; /* Ortalamak için block olarak ayarlanır */
  margin-left: auto;
  margin-right: auto;
}

/* Daha küçük ekranlar için margin düzenleme */
@media (max-width: 768px) {
  footer img {
    max-width: 80%; /* Küçük ekranlarda daha küçük görünür */
    margin-left: auto;
    margin-right: auto;
  }
}
footer p 
{
  margin-left: auto;
  margin-right: auto;
  height: auto; /* Oranlarını korur */
  display: block; /* Ortalamak için block olarak ayarlanır */
}


/* HERO SECTİON NAVBAR ALTI */
.hero-section-effective {
  background: linear-gradient(to right, #121212, #1E1E1E);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 160px;
  padding-top: 80px;
}
@media (max-width: 992px) {
  .hero-section-effective {
    height: 150px; /* Mobilde yüksekliği otomatik yap */
    margin-top: 38px;
  }
}

.hero-section-effective h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #5AE4AA;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-section-effective p {
  font-size: 1rem;
  margin-bottom: 30px;
}

.hero-section-effective .btn {
  padding: 15px 30px;
  background-color: #5AE4AA;
  color: #121212;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.hero-section-effective .btn:hover {
  background-color: #121212;
  color: #5AE4AA;
}

/* BASINDA BİZ */

.press-section {
  background-color: #121212;
  color: #fff;
}
.video-card {
  background-color: #1e1e1e;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}
.video-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.video-thumbnail {
  position: relative;
}
.video-thumbnail img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
  transition: background-color 0.3s;
}
.play-button:hover {
  background-color: rgba(255, 0, 0, 0.7);
}

/* BAŞLIKLARIN ALTINDAKİ ÇİZGİ */

.title-underline {
  width: auto; /* Çizgi genişliği */
  height: 4px; /* Çizgi kalınlığı */
  background-color: #5AE4AA; /* Çizgi rengi */
  margin-top: 8px; /* Başlık ile çizgi arasındaki boşluk */
  margin-bottom: 25px; /* Çizgi ile içerik arasındaki boşluk */
  border-radius: 50px; /* Çizgiye hafif yuvarlatılmış uçlar için */
}

/* GALERİ */

.lb-data .lb-caption {
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
}
.lb-image {
  border-radius: 8px;
}
.gallery-section
{
  background-color: #000000b3;
}
.gallery-section img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s;
}

.gallery-section img:hover {
  transform: scale(1.05);
}

#load-more {
  display: none; /* Varsayılan olarak gizli */
}





/* KAYAN RESİMLER YAPILAN İŞLER */
.image-slider {
  overflow: hidden;
  width: 100%;
  background-color: #000000; /* Arka plan rengini değiştirin */
  padding: 10px 0;
}

.slider-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 250px; /* Resimlerin yüksekliği */
}

.slider-track {
  display: flex;
  gap: 10px; /* Resimler arası boşluk */
  animation: slide 80s linear infinite;
}

.slider-track img {
  width: 300px; /* Resim genişliği */
  height: auto; /* Oran koruma */
  border-radius: 8px; /* İsteğe bağlı köşeler */
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}



/* 4'LÜ CARD GRİD DÜZENİ */
.grid-layout-3 {
  display: grid;
  grid-template-areas:
  "left-card center-top right-card"
  "left-card center-bottom right-card";
  grid-template-columns: 1.8fr 2fr 1.8fr;
  gap: 1rem;
  padding: 0.5rem;
  background-color: #000;
  padding-top:10%;
  padding-bottom: 10%;
}

/* Genel Kart Ayarları */
.card-3 {
  position: relative;
  border-radius: 5px;
  overflow: hidden; /* Taşan görüntüleri gizle */
  padding: 0;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: flex-end; /* Yazıyı alta hizala */
  justify-content: center;
  background-color: #222;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Kart Görselleri */
.card-3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  content: '';
  background-color: rgba(0, 0, 0, 0.4); /* Siyah yarı saydam katman */
  pointer-events: none;
}

/* Kart Yazıları */
.card-text {
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6); /* Yazının arkasına yarı saydam arka plan */
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  color: #0DCACB;
  font-weight: 500;
}

/* Hover Efektleri */
.card-3:hover img {
  transform: scale(1.1); /* Görseli yakınlaştır */
}
.card-3:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}

/* Sol Geniş Kart */
.left-card {
  grid-area: left-card;
  height: 420px;
  font-size: 1.5rem;
}

/* Orta Küçük Kartlar */
.center-card-top {
  grid-area: center-top;
  height: 200px;
}
.center-card-bottom {
  grid-area: center-bottom;
  height: 200px;
}

/* Sağ Geniş Kart */
.right-card {
  grid-area: right-card;
  height: 420px;
  font-size: 1.5rem;
}

/* Mobil Görünüm */
@media (max-width: 768px) {
  .grid-layout-3 {
    grid-template-areas:
    "left-card right-card"
    "center-top center-bottom";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }

  .left-card, .right-card {
    height: 250px;
  }

  .center-card-top, .center-card-bottom {
    height: 120px;
  }
}


/* Hizmetler Detay Sayfası Özel CSS - Koyu Tema */
.service-page-body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #1a1a1a; /* Sayfanın koyu arka plan rengi */
  color: #e0e0e0; /* Genel metin rengi */
}

.service-page-header {
  background: #333333; /* Başlık bölümü arka plan rengi */
  color: #ffffff; /* Başlık yazı rengi */
  text-align: center;
  padding: 20px 0;
}

.service-page-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.service-page-header p {
  font-size: 1rem;
  color: #cccccc; /* Alt başlık rengi */
}

.service-page-image-container {
  text-align: center;
  padding: 20px 0;
}

.service-page-image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  border: 3px solid #2b2b2b; /* Karta uyumlu çerçeve */
}

.service-page-description,
.service-page-features,
.service-page-related-services,
.service-page-contact-form {
  padding: 20px 15px;
  background: #2b2b2b; /* Kartların arka plan rengi */
  margin: 15px auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Hafif gölge efekti */
  color: #e0e0e0; /* Kart metin rengi */
}

.service-page-description h2,
.service-page-features h3,
.service-page-related-services h3,
.service-page-contact-form h3 {
  color: #ffffff; /* Başlık renkleri */
}

.service-page-features ul {
  list-style-type: disc;
  margin: 15px 0;
  padding-left: 20px;
  color: #cccccc; /* Liste metni rengi */
}

.service-page-related-services ul {
  list-style: none;
  padding: 0;
}

.service-page-related-services ul li {
  margin: 5px 0;
}

.service-page-related-services ul li a {
  text-decoration: none;
  color: #00aaff; /* Link rengi */
}

.service-page-related-services ul li a:hover {
  text-decoration: underline;
  color: #66ccff; /* Hover durumunda link rengi */
}

.service-page-contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.service-page-contact-form input,
.service-page-contact-form textarea {
  padding: 10px;
  border: 1px solid #444444; /* Form alanı sınır rengi */
  border-radius: 5px;
  background-color: #1a1a1a; /* Form alanı arka plan rengi */
  color: #e0e0e0; /* Yazı rengi */
}

.service-page-contact-form input::placeholder,
.service-page-contact-form textarea::placeholder {
  color: #777777; /* Placeholder rengi */
}

.service-page-contact-form button {
  background: #0066cc; /* Buton arka plan rengi */
  color: #ffffff; /* Buton yazı rengi */
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.service-page-contact-form button:hover {
  background: #005bb5; /* Buton hover durumu */
}

.service-page-footer {
  background-color: #333333; /* Footer arka plan rengi */
  color: #cccccc; /* Footer yazı rengi */
  text-align: center;
  padding: 10px 0;
  font-size: 0.9rem;
}

/* VİDEO carousel*/
.carousel-inner video
{
  height: 800px;
}
@media (max-width: 992px) 
{
  .carousel-inner video {
    height: 600px; /* Mobilde yüksekliği otomatik yap */
  }
}
@media (max-width: 870px) 
{
  .carousel-inner video {
    height: 300px; /* Mobilde yüksekliği otomatik yap */
  }
}
@media (max-width: 500px) 
{
  .carousel-inner video {
    height: 200px; /* Mobilde yüksekliği otomatik yap */
  }
}
.video-button
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #333; /* Koyu tema */
    color: #fff;
    border: 1px solid #5AE4AA;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, background-color 0.3s ease;

}