body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  box-sizing: border-box;
}
.slick-dots{
  display: none!important;
}
.gallery-image{
  height:100%;
  max-height: 300px;
  width:auto;
  margin:auto;
}
/* Özel Logo Stili */
.navbar-brand { font-weight: 700; letter-spacing: 1px; display: flex; align-items: center; }
.hik-logo { height: 25px; margin-left: 15px; border-left: 1px solid #555; padding-left: 15px; }
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important; /* İsteğe bağlı */
}
.navbar-collapse .nav-link{
  text-align: right;
}
/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
                url('../images/slider.jpg');
    background-size: cover;
    background-position: center;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

/* Butonlar */
.btn-whatsapp { background-color: #25d366; color: white; border: none; text-decoration: none !important; }
.btn-whatsapp:hover { background-color: #128c7e; color: white; }
.rounded-circle{
  width: 56px;
  height: 56px;
  text-align: center;
}
/* WhatsApp Sabit Buton */
.sticky-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
    background: #25d366;
    color: white !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    text-decoration: none !important; /* Alt çizgiyi kaldırır */
}
.sticky-whatsapp i { line-height: 0; }

/* Harita */
.map-container { width: 100%; height: 400px; filter: grayscale(20%); }

.lb-nav a.lb-next,.lb-nav a.lb-prev {
  opacity:1 !important;
}
/* Slider Görselleri */
.project-slider img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    cursor: zoom-in;
    transition: transform 0.3s;
}

.project-slider img:hover {
    transform: scale(1.03);
}

/* Slider ok butonlarının rengi */
.slick-prev:before, .slick-next:before {
    color: #dc3545; /* Hikvision Kırmızısı */
    font-size: 30px;
}

.slick-prev { left: -35px; }
.slick-next { right: -35px; }

@media (max-width: 768px) {
  .project-slider img { height: 200px; }
  .slick-prev, .slick-next { display: none !important; } /* Mobilde oklar gizlenir, elle kaydırılır */
}
