/* index.css */
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background: #000;
}

.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.hero-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
}

.carousel-caption {
  text-align: left;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  padding: 0;
}

.hero-content {
  color: #fff;
  max-width: 600px;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  white-space: pre-line;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

.btn-primary {
  background: #e3a704;
  border: none;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-primary:hover {
  background: #c99104;
}

/* Özel Carousel Indicators */
.carousel-indicators {
  right: 30px;
  left: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  margin: 5px 0;
  background-color: #fff;
  opacity: 0.5;
  border: none;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #e3a704;
}

/* Carousel Kontrolleri Gizle */
.carousel-control-prev,
.carousel-control-next {
  display: none;
}
/* index.css */
body.home .navbar {
  background: transparent !important;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 1030;
}

body.home .navbar-brand img {
  height: 40px;
}

body.home .nav-link {
  color: #fff !important;
  font-weight: 500;
  padding: 25px 15px !important;
}

body.home .nav-item.active .nav-link,
body.home .nav-link:hover {
  color: #e3a704 !important;
}

body.home .nav-item.active::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
}

/* Dropdown stilleri */
body.home .dropdown-menu {
  background: rgba(0, 0, 0, 0.9);
  border: none;
  border-radius: 0;
  margin-top: 0;
  border-top: 2px solid #e3a704;
}

body.home .list-group-flush .list-group-item {
  background: transparent;
  border: none;
  color: #fff;
  padding: 10px 15px;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  font-weight: 700;
}

body.home .list-group-flush .list-group-item:hover {
  color: #e3a704;
  padding-left: 20px;
  background: rgba(227, 167, 4, 0.1);
}

/* Top bar stilleri */
body.home .top-bar {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1031;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.home .top-bar .search-btn {
  color: #fff;
  background-color: #f1f1f13b;
}

body.home .top-bar .contact-info {
  visibility: hidden;
  opacity: 0;
}
/* Mobil menu için */
@media (max-width: 991px) {
  body.home .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.5);
  }

  body.home .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  body.home .navbar-collapse {
    background: rgba(0, 0, 0, 0.9);
    margin-top: 15px;
    padding: 15px;
  }

  body.home .nav-link {
    padding: 10px 15px !important;
  }

  body.home .dropdown-menu {
    background: transparent;
    border-top: none;
  }
}

/* Top bar ve navbar için container genişliği */
body.home .top-bar .container-fluid,
body.home .navbar .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Top bar stilleri */
body.home .top-bar {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1031;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}

/* Navbar stilleri */
body.home .navbar {
  background: transparent !important;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 1030;
  width: 100%;
}

/* Navbar menu ortalama */
body.home .navbar-nav {
  margin: 0 auto;
}

body.home .navbar-collapse {
  justify-content: center;
}

/* Responsive düzenlemeler */
@media (max-width: 1440px) {
  body.home .top-bar .container-fluid,
  body.home .navbar .container-fluid {
    max-width: 100%;
    padding: 0 30px;
  }
}

.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
}

.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.hero-image {
  height: 100%;
  background-size: cover;
  background-position: center;
}

video {
  height: 100%;
  object-fit: cover;
}

.carousel-caption {
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  padding: 0;
}

.hero-content {
  color: #fff;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

.hero-content .btn-primary {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 16px;
  }
}

/* Hero Section */
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
}

.hero-item {
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.hero-content {
  color: #fff;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Intro Section */
.intro-text {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

/* Services Section */
.section-title {
  position: relative;
  margin-bottom: 50px;
}

.section-title span {
  display: block;
  color: #e3a704;
  font-size: 18px;
  margin-bottom: 10px;
}

/* Features Section */

.feature-item h3 {
  color: #e3a704;
  margin-bottom: 10px;
}

.features-image img {
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.services-section {
  background-color: #f8f9fa;
}

.subtitle {
  color: #e3a704;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.title-line {
  width: 80px;
  height: 3px;
  background: #e3a704;
  margin: 0 auto;
}

.service-item {
  position: relative;
  height: 450px;
  overflow: hidden;
  margin: 0 15px;
}

.service-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  color: white;
}

.service-overlay h3 {
  font-size: 28px;
  font-weight: 700;
  color: #e3a704;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.service-link:hover {
  text-decoration: none;
  color: inherit;
}

.service-item {
  transition: transform 0.3s ease;
}

.service-link:hover .service-item {
  transform: scale(1.02);
}

.arrow {
  font-size: 24px;
  font-weight: bold;
}

.service-overlay p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  opacity: 0.9;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.owl-prev,
.owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #e3a704 !important;
  color: white !important;
  border-radius: 0 !important;
}

.owl-prev {
  left: -50px;
}

.owl-next {
  right: -50px;
}

@media (max-width: 768px) {
  .service-item {
    height: 350px;
  }

  .service-overlay h3 {
    font-size: 24px;
  }
}

.container-fluid {
  max-width: 100% !important;
}

.projects-section {
  overflow: hidden;
}

.projects-slider .owl-nav {
  position: absolute;
  width: calc(200% + 30px);
  left: -100%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.projects-slider .owl-nav button {
  width: 31px;
  height: 40px;
  background: #e3a704 !important;
  border-radius: 0 !important;
  position: absolute;
  pointer-events: auto;
}

.projects-slider .owl-prev {
  left: 0;
  display: none;
}

.projects-slider .owl-next {
  right: 17%;
  left: auto;
  margin-top: -5%;
}

.projects-slider .owl-prev span,
.projects-slider .owl-next span {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
