body, html {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
}

/* HERO */
/* Hero Carousel Genel Yapı */
.hero {
  position: relative;
  height: 85vh;
  overflow: hidden;
}

.carousel-item {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* Overlay - Karanlık filtre */
.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
  z-index: 1;
}

/* İçerik */
.hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  z-index: 2;
  transform: translateY(-50%);
  text-align: left;
  padding-left: 8%;
  padding-right: 0;
  width: auto;
  max-width: 720px;
  margin: 0;
}


/* Zorunlu sola hizalama (olası utility sınıflarını ezmek için) */
.hero .carousel-item .hero-content {
  left: 0 !important;
  right: auto !important;
  transform: translateY(-50%) !important;
  text-align: left !important;
  margin-left: 0 !important;
}
.hero-content, .hero-content .hero-title, .hero-content .hero-desc {
  text-align: left !important;
}
.hero-title, .hero-desc {
  margin-left: 0 !important;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
  animation: fadeInDown 0.8s ease-out;
  text-align: left;
}

.hero-desc {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 90%;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  animation: fadeInLeft 0.8s ease-out 0.2s both;
  text-align: left;
}

.hero-btn {
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out 0.4s both;
  display: inline-block;
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Kontroller */
.carousel-control-prev, .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  margin: 0 20px;
  transition: all 0.3s;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
  background: rgba(255,255,255,0.3);
}

/* Animasyonlar */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

/* Mobil Uyum */
@media (max-width: 768px) {
  .hero {
    height: 70vh;
  }
  
  .hero-content {
    left: 5%;
    right: 5%;
    transform: translateY(-50%);
    padding: 0 15px;
    text-align: center;
    max-width: 100%;
  }
  
  .hero-title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .hero-desc {
    font-size: 0.95rem;
    max-width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .hero-btn {
    font-size: 0.95rem;
    padding: 0.5rem 1.2rem;
    display: inline-block;
  }
  
  .carousel-control-prev, .carousel-control-next {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
  
  .about-section {
    padding: 60px 0 40px;
  }
  
  .about-bottom {
    padding: 40px 0 60px;
  }
  
  .about-bottom p {
    font-size: 1rem;
    padding: 0 15px;
  }
  
  .budak-tabs-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .hero {
    height: 60vh;
  }
  
  .hero-content {
    left: 3%;
    right: 3%;
    padding: 0 10px;
  }
  
  .hero-title {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }

  .hero-desc {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
  }

  .hero-btn {
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
  }
  
  .carousel-control-prev, .carousel-control-next {
    width: 35px;
    height: 35px;
    margin: 0 5px;
  }
  
  .about-section {
    padding: 40px 0 30px;
  }
  
  .about-bottom {
    padding: 30px 0 40px;
  }
  
  .about-bottom p {
    font-size: 0.95rem;
  }
  
  .budak-tabs-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .budak-nav-tabs .nav-link {
    font-size: 0.9rem;
    padding: 8px 12px;
  }
  
  .tab-box {
    padding: 15px;
  }
  
  .tab-box h5 {
    font-size: 16px;
  }
  
  .tab-box p {
    font-size: 14px;
  }
}


/* HİZMETLER */
.hizmet-kart .card {
  height: 100%;
  min-height: 420px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.06);
}

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

.hizmet-kart .card-img-top {
  height: 180px;
  object-fit: cover;
}

.hizmet-kart .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 240px;
  padding: 1.25rem;
}

.hizmet-kart .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.hizmet-kart .card-text {
  flex-grow: 1;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hizmet-kart .btn-danger {
  align-self: start;
  padding: 6px 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.hizmet-kart .btn-danger:hover {
  background-color: #b02a37;
}


/* TANITIM ALANI */
.about-section {
  padding: 100px 0 60px;
  background-color: #fff;
}

.video-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.video-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.play-button {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d50000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
}

.play-button:hover {
  background-color: #c40000;
}

.about-bottom {
  padding: 60px 0 80px;
  text-align: center;
  background-color: #fff;
}

.about-bottom p {
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: #555;
}

.about-bottom hr {
  margin-top: 25px;
}

/* Budak Nakliyat Tabs - Section */
.budak-tabs-section {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.budak-tabs-section img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Tab Menü Butonları */
.budak-nav-tabs {
  border-bottom: 2px solid #ddd;
  gap: 10px;
}

.budak-nav-tabs .nav-link {
  font-weight: 600;
  color: #002f5b;
  padding: 10px 20px;
  border-radius: 4px 4px 0 0;
  border: none;
  background: #f8f9fa;
  margin-right: 5px;
  transition: all 0.3s ease;
}

.budak-nav-tabs .nav-link:hover {
  background-color: #e1eaf3;
  color: #d61c1c;
}

.budak-nav-tabs .nav-link.active {
  background-color: #fff;
  border-bottom: 2px solid #d61c1c;
  color: #d61c1c;
  font-weight: 700;
}

/* Tab İçerikleri */
.tab-content {
  background-color: #fff;
}

.tab-box {
  border: 1px solid #ddd;
  border-left: 4px solid #d61c1c;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  background: #f9f9f9;
  transition: box-shadow 0.3s ease;
}

.tab-box:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.tab-box h5 {
  font-size: 18px;
  font-weight: 700;
  color: #002f5b;
  margin-bottom: 8px;
}

.tab-box p {
  margin: 0;
  font-size: 15px;
  color: #555;
}

/* Görsel alanı sola yasla ve sağdan boşluk bırak */
.budak-tabs-section .image-column {
  padding-right: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.budak-tabs-section .image-column img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: block;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .budak-tabs-section .image-column {
    padding-right: 0;
    margin-bottom: 30px;
    justify-content: center;
  }

  .budak-tabs-section .image-column img {
    max-width: 90%;
  }
}

/* Animasyonlar */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}




.zoom-in {
  animation: zoomIn 0.8s ease-out forwards;
}
