/* Style for common page title start */
.page-header-section {
  background-image: url('../img/hero-bg.jpg');
  /* Ortak arka plan */
  background-size: cover;
  background-position: center;
  height: 40vh;
  position: relative;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.page-header-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  /* koyu overlay */
}

.page-header-section .container {
  position: relative;
  z-index: 1;
  margin-top: 110px;
}

.page-header-section.about-header {
  background-image: url('../img/home-cover-small-1.png');
}

.page-header-section.activity-field {
  background-image: url('../img/home-cover-small-1.png');
}

.page-header-section.uav-header {
  background-image: url('../img/home-cover-small-1.png');
}

.page-header-section.ugv-header {
  background-image: url('../img/home-cover-small-1.png');
}

.page-header-section.product-detail-header {
  background-image: url('../img/home-cover-small-1.png');
}

.page-header-section.contact {
  background-image: url('../img/home-cover-small-1.png');
}


.page-header-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #f0f0f0;
}

@media (max-width: 480px) {
  .page-header-title {
    font-size: 2rem;
  }
}

.page-header-subtitle {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.page-breadcrumb {
  font-size: 0.95rem;
  color: #f0f0f0;
}

.page-breadcrumb a {
  color: #ff7245;
  text-decoration: none;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 400;
}

.page-breadcrumb a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.page-breadcrumb span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

/* Style for common page title end */

/* About us starts */
/* Başlıklar */
.section-label {
  color: #ff4a17;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1rem;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2b2f4a;
}

.section-description {
  font-size: 1rem;
  margin-top: -45px;
  color: #555;
}

/* Timeline */
.timeline {
  list-style: none;
  margin-top: 150px;
  padding-left: 20px;
  position: relative;
  border-left: 3px solid #ff4a17;
  margin: 0;
}

.timeline li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 20px;
}

.timeline li::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 4px;
  width: 12px;
  height: 12px;
  background-color: #ff4a17;
  border-radius: 50%;
  border: 2px solid white;
}

.timeline .year {
  font-weight: 600;
  color: #2b2f4a;
  margin-bottom: 5px;
  display: block;
}

/* Bottom cards */
.info-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: 0.3s ease;
  border-left: 4px solid #ff4a17;
  height: 100%;
}

.info-card h5 {
  font-weight: 600;
  font-size: 1.1rem;
  color: #2b2f4a;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.info-card .dot {
  width: 8px;
  height: 8px;
  background-color: #ff4a17;
  border-radius: 50%;
  margin-right: 8px;
}

.info-card p {
  font-size: 0.95rem;
  color: #555;
}

/* About us timeline end*/


/* Beyond Font */
.sitename {
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 4px;
}

.gradient-text {
  background: linear-gradient(to right, #3a3aad, #6f0b0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* About TimeLine */
.custom-timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow-x: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.timeline-line {
  position: absolute;
  width: 100%;
  top: 143px;
  min-width: 880px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ff4a17;
  z-index: 1;
}

.timeline-item {
  position: relative;
  text-align: center;
  min-width: 150px;
  flex-shrink: 1;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  /* bu yeni */
  min-height: 100px;
  /* yeterli sabit yükseklik */
}

.timeline-point {
  width: 8px;
  height: 8px;
  background-color: #ff4a17;
  border-radius: 50%;
  position: relative;
  margin: 6px auto 4px;
  z-index: 3;
  border: 2px solid white;
}

.timeline-year {
  font-weight: 700;
  font-size: 16px;
  margin-top: 4px;
  display: block;
  color: #000;
}

.timeline-content {
  font-size: 13px;
  margin-bottom: 12px;
  color: #333;
  max-width: 170px;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  /* veya max-content'e göre ayarla */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Açıklama alanı (her iki tarafta kullanılabilir) */
.content-area {
  background-color: rgb(17, 59, 106);
  color: #ffffff;
  padding: 2rem;
  border-radius: 0;
}

.slider-text-card {
  font-size: 18px;
  line-height: 1.7;
}

/* Product Style */
.product-card {
  position: relative;
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-6px);
}

.product-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.product-card:hover .product-bg {
  transform: scale(1.05);
  filter: brightness(0.7);
}

.product-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}


/* Product Model */
/* Modal dış çerçeve */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Modal içerik kutusu */
.modal-content {
  width: 80%;
  height: 80vh;
  background-color: #111;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

/* Özellik listesi */
.modal-features li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.modal-features li strong {
  color: #ffc107;
}

/* Kapatma butonu */
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2rem;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Logo */
.custom-site-logo {
  max-height: 80px !important;
  height: auto;
  width: auto;
  z-index: 98;
}

@media (max-width: 768px) {
  .custom-site-logo {
    max-height: 65px !important;
  }
}

@media (max-width: 480px) {
  .custom-site-logo {
    max-height: 50px !important;
  }
}

#logo-scroll {
  height: 30px;
  transition: opacity 0.3s ease;
}

.d-none {
  display: none !important;
}

/* Footer Logo */
.footer-logo {
  margin-top: -12px;
  max-height: 45px !important;
  height: auto;
  width: auto;
}

@media (max-width: 768px) {
  .footer-logo {
    max-height: 45px;
  }
}

@media (max-width: 480px) {
  .footer-logo {
    max-height: 35px;
  }
}

/* Product detail page slider */
.portfolio-details-slider {
  position: relative;
}

.ika-slider-image {
  border-radius: 8px !important;
}

.ai-reponse-margin-top {
  margin-top: -100px;
}

@media (max-width: 1200px) {
  .ai-reponse-margin-top {
    margin-top: 30px;
  }
}

.field-activity-tab-title {
  display: block;
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 991px) {
  .field-activity-tab-title {
    font-size: 15px !important;
  }

}

@media (max-width: 700px) {
  .field-activity-tab-title {
    font-size: 12px !important;
  }

}

/* Underline */
.modern-underline {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #222;
  padding-bottom: 5px;
}

.modern-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #ff4a17, #ff7245);
  border-radius: 2px;
  transition: width 0.3s ease;
}

/* Swiper slider */
.swiper-slide .card {
  height: 100%;
  min-height: 320px;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out;
}

.swiper-slide .card:hover {
  transform: translateY(-5px);
}

.customProductSlider .swiper-slide {
  background-color: rgb(17, 59, 106);
  border-radius: 8px;
}


/* Navigation */
.customProductSlider .swiper-button-next,
.customProductSlider .swiper-button-prev {
  color: #ffffff;
}

.home-slider-left-border {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.home-slider-right-border {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}


.portfolio-details-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.portfolio-details-slider .swiper-pagination-bullet-active {
  background: rgb(17, 59, 106) !important;
}


/* Activity Field İmages */
.field-activity-tab-image {
  max-height: 550px;
  border-radius: 8px;
}


/*  */
/* Hover efekt sadece görsel wrapper’ında aktif olur */
.image-hover-wrapper {
  overflow: hidden;
  position: relative;
}

.img-hover-target {
  transition: transform 0.4s ease;
}

.image-hover-wrapper:hover .img-hover-target {
  transform: scale(1.05);
}

/* Overlay ikonlar (ilk hâlde görünmez) */
.image-overlay-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: rgba(0, 0, 0, 0.4);
}

.image-hover-wrapper:hover .image-overlay-icons {
  opacity: 1;
}

/* İkon hover animasyonu */
.image-overlay-icons i {
  transition: transform 0.3s ease;
}

.image-overlay-icons i:hover {
  transform: scale(1.2);
}


.custom-outline-btn {
  color: #ff4a17;
  border: 1px solid #ff4a17;
  background-color: transparent;
  transition: all 0.3s ease;
}

.custom-outline-btn:hover {
  background-color: #ff4a17;
  color: #fff;
}



.hero-subtitle {
  color: #eee;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  font-size: 22px;
}

.hero-title {
  color: #eee;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
  font-size: 60px !important;
}

/* Mobil ekranlar için (768px ve altı) */
@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 18px;
  }

  .hero-title {
    font-size: 45px !important;
  }
}