/* ===== GENEL STILLER ===== */
:root {
  --primary-color: #1D80BB;
  --secondary-color: #6c757d;
  --dark-color: #212529;
  --light-color: #f8f9fa;
  --bs-primary: #1D80BB;
  --bs-primary-rgb: 29, 128, 187;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  overflow-x: hidden;
}

/* ===== NAVBAR ===== */
.navbar {
  padding: 15px 0;
  transition: all 0.3s ease;
}

.navbar-brand {
  font-size: 1.5rem;
}

.navbar-brand .logo-subtitle {
  font-weight: 300;
  font-size: 0.85rem;
  line-height: 1.2;
  opacity: 0.9;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .navbar-brand .logo-subtitle {
    display: none;
  }
  
  .navbar-brand img {
    height: 50px !important;
  }
}

.nav-link {
  font-weight: 500;
  padding: 10px 20px !important;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: var(--primary-color) !important;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.dropdown-item {
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background-color: var(--primary-color);
  color: white;
}

/* ===== HERO SLIDER ===== */
.hero-slider {
  position: relative;
}

.heroSwiper {
  width: 100%;
  height: 100vh;
  min-height: 600px;
}

.heroSwiper .swiper-slide {
  overflow: hidden;
}

.slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  backdrop-filter: blur(10px);
}

.heroSwiper .swiper-button-next:after,
.heroSwiper .swiper-button-prev:after {
  font-size: 18px;
}

.heroSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: white;
  opacity: 0.5;
}

.heroSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
}

/* ===== SERVICE CARDS ===== */
.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-card .card-img-top {
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.service-card .card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-icon {
  width: 60px;
  height: 60px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

/* ===== PROCESS CARDS ===== */
.process-card {
  transition: transform 0.3s ease;
}

.process-card:hover {
  transform: translateY(-5px);
}

.process-number {
  width: 50px;
  height: 50px;
}

/* ===== FEATURE ICON ===== */
.feature-icon {
  width: 60px;
  height: 60px;
}

/* ===== ABOUT IMAGES ===== */
.about-images {
  position: relative;
}

.experience-badge {
  bottom: 30px;
  right: -30px;
  z-index: 2;
}

@media (max-width: 991px) {
  .experience-badge {
    right: 30px;
  }
}

/* ===== TESTIMONIAL CARDS ===== */
.testimonial-card {
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

/* ===== TEAM CARDS ===== */
.team-card {
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-10px);
}

.team-card .card-img-top {
  height: 280px;
  object-fit: cover;
}

/* ===== PRICING CARDS ===== */
.pricing-card {
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

.pricing-card.popular {
  border: 2px solid var(--primary-color);
}

/* ===== VALUE CARDS ===== */
.value-card {
  transition: transform 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
}

/* ===== PAGE HEADER ===== */
.page-header {
  min-height: 300px;
  display: flex;
  align-items: center;
}

/* ===== FOOTER ===== */
.footer-links a:hover {
  color: var(--primary-color) !important;
  padding-left: 5px;
}

.footer-links a {
  transition: all 0.3s ease;
}

/* ===== WHATSAPP BUTTON ===== */
.whatsapp-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
  z-index: 9999;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
  color: white;
}

/* ===== PHONE BUTTON ===== */
.phone-btn {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #1D80BB;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 5px 20px rgba(29, 128, 187, 0.4);
  z-index: 9999;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.phone-btn:hover {
  transform: scale(1.1);
  color: white;
}

/* ===== ACCORDION ===== */
.accordion-button:not(.collapsed) {
  background-color: var(--primary-color);
  color: white;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

/* ===== FORM STYLES ===== */
.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(29, 128, 187, 0.15);
}

/* ===== BOOTSTRAP PRIMARY COLOR OVERRIDE ===== */
.btn-primary,
.btn-primary:focus,
.btn-primary:active {
  background-color: #1D80BB !important;
  border-color: #1D80BB !important;
  color: white !important;
}

.btn-primary:hover {
  background-color: #176a9f !important;
  border-color: #176a9f !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(29, 128, 187, 0.4);
}

.bg-primary {
  background-color: #1D80BB !important;
}

.text-primary {
  color: #1D80BB !important;
}

.border-primary {
  border-color: #1D80BB !important;
}

/* ===== BUTTONS ===== */
.btn-primary {
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-primary {
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-color: #1D80BB !important;
  color: #1D80BB !important;
}

.btn-outline-primary:hover {
  background-color: #1D80BB !important;
  border-color: #1D80BB !important;
  color: white !important;
  transform: translateY(-2px);
}

.btn-outline-light {
  border-radius: 50px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
  .heroSwiper {
    height: 80vh;
    min-height: 500px;
  }

  .display-3 {
    font-size: 2rem;
  }

  .display-4 {
    font-size: 1.8rem;
  }

  .display-5 {
    font-size: 1.5rem;
  }

  .display-6 {
    font-size: 1.3rem;
  }

  .top-bar {
    display: none;
  }

  .stat-item h2 {
    font-size: 2rem;
  }

  /* Mobilde butonlar daha küçük ve daha yakın */
  .phone-btn {
    bottom: 90px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .whatsapp-btn {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .back-to-top {
    bottom: 150px !important;
    right: 20px !important;
    width: 45px !important;
    height: 45px !important;
    font-size: 18px !important;
  }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fadeInUp {
  animation: fadeInUp 0.6s ease forwards;
}

/* ===== SCROLL ANIMATIONS ===== */
.scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}
