/* bu toastr* in*/

/* Sonuç modalını düzgün köşelerle göster */
#resultModal .modal-content {
  border-radius: 16px;
  overflow: hidden;
}

#resultModal .modal-header {
  border: 0;
  padding: 12px 16px;
}

#resultModal .modal-header.bg-warning {
  color: #111 !important;
}

#resultModal .modal-header.bg-success,
#resultModal .modal-header.bg-danger,
#resultModal .modal-header.bg-info {
  color: #fff !important;
}

section.ftco-section {
  margin-top: 0;
}

.logistics-hero {
  background: linear-gradient(135deg, #001145 0%, #002966 50%, #0055aa 100%);
  min-height: 100vh;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.logistics-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/theme/oguzlar/background_oguzlar.jpg") center/cover;
  opacity: 0.1;
  z-index: 1;
}

.logistics-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 90px;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
}

.hero-content p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.tracking-form {
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tracking-form h3 {
  color: #001145;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.tracking-input {
  border: 2px solid #e0e0e0;
  border-radius: 25px;
  padding: 12px 20px;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
  margin-bottom: 1rem;
}

.tracking-input:focus {
  border-color: #0055aa;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 85, 170, 0.1);
}

.tracking-btn {
  background: linear-gradient(135deg, #001145, #002966);
  color: white;
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tracking-btn:hover {
  background: linear-gradient(135deg, #002966, #0055aa);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 85, 170, 0.3);
}

.service-cards {
  background: #f8f9fa;
  padding: 80px 0;
}

.service-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e0e0e0;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 85, 170, 0.2);
  border-color: #0055aa;
}

.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #001145, #002966);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
}

.service-card h4 {
  color: #001145;
  font-weight: 600;
  margin-bottom: 1rem;
}

.service-card p {
  color: #666;
  line-height: 1.6;
}

.stats-section {
  background: linear-gradient(135deg, #001145, #002966);
  color: white;
  padding: 60px 0;
}

.stat-item {
  text-align: center;
  padding: 2rem 1rem;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.about-section {
  padding: 80px 0;
  background: white;
}

.about-content h2 {
  color: #001145;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.about-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.about-image {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cta-section {
  background: linear-gradient(135deg, #001145, #002966);
  color: white;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/theme/oguzlar/background_oguzlar.jpg") center/cover;
  opacity: 0.1;
  z-index: 1;
}

.cta-section .container {
  position: relative;
  z-index: 2;
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.cta-btn {
  background: white;
  color: #001145;
  border: none;
  border-radius: 30px;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.cta-btn:hover {
  background: #f8f9fa;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  color: #001145;
  text-decoration: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  animation: fadeIn 0.3s ease;
}

.modal-content {
  background: #fff;
  margin: 6% auto;
  padding: 32px;
  border-radius: 20px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 8px 24px rgba(0, 17, 69, 0.25);
  animation: slideUp 0.4s ease;
  transform: translateY(30px);
  opacity: 0;
  animation-fill-mode: forwards;
}

.modal-content h3 {
  color: #001145;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
}

.modal-content input,
.modal-content select,
.modal-content textarea {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: 1rem;
  border: 1.5px solid #ccc;
  border-radius: 10px;
  transition: border 0.2s;
}

.modal-content input:focus,
.modal-content select:focus,
.modal-content textarea:focus {
  outline: none;
  border-color: #0055aa;
}

.modal-content button {
  width: 100%;
  padding: 14px;
  border: none;
  background: linear-gradient(90deg, #001145, #002966);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.modal-content button:hover {
  background: linear-gradient(90deg, #002966, #001145);
}

.modal-close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: #001145;
  cursor: pointer;
  margin-top: -10px;
  margin-right: -10px;
}
@keyframes fadeIn {
  from {
    background: rgba(0, 0, 0, 0);
  }

  to {
    background: rgba(0, 0, 0, 0.6);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.row-two-selects {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.row-two-selects select {
  flex: 1 1 48%;
  padding: 12px 16px;
  font-size: 1rem;
  border: 1.5px solid #ccc;
  border-radius: 10px;
  transition: border 0.2s;
}

.row-two-selects select:focus {
  border-color: #0055aa;
  outline: none;
}

/* iOS Safari özel düzeltmeleri */
@supports (-webkit-touch-callout: none) {
  .modal-content input,
  .modal-content select,
  .modal-content textarea {
    font-size: 16px !important; /* iOS zoom'u engeller */
    -webkit-appearance: none;
    border-radius: 10px;
  }
  
  .tracking-input {
    font-size: 16px !important;
    -webkit-appearance: none;
  }
  
  .modal-content button {
    -webkit-appearance: none;
    border-radius: 10px;
  }
  
  .tracking-btn {
    -webkit-appearance: none;
    border-radius: 25px;
  }
}

/* iOS Safari'de fixed element sorunları */
@supports (-webkit-touch-callout: none) {
  .stylish-navbar {
    position: -webkit-sticky;
    position: sticky;
  }
}

/* Responsive düzenlemeler (navbar hariç diğerleri bırakıldı) */
@media (max-width: 768px) {
  .logistics-hero .container {
    padding-top: 80px;
  }

  .hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .hero-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }

  .tracking-form {
    padding: 1.5rem;
    margin-top: 2rem;
  }

  .service-card {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .service-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .about-section {
    padding: 60px 0;
  }

  .about-content {
    margin-bottom: 2rem;
  }

  .cta-section h2 {
    font-size: 2rem;
  }

  .cta-section p {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .tracking-form {
    padding: 1rem;
    margin-top: 1.5rem;
  }

  .tracking-form h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .row-two-selects select {
    flex: 1 1 100%;
  }

  .modal-content {
    margin: 10% auto;
    padding: 20px;
    width: 95%;
  }

  .service-cards {
    padding: 60px 0;
  }

  .service-card {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }

  .service-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .service-card h4 {
    font-size: 1.1rem;
  }

  .service-card p {
    font-size: 0.9rem;
  }

  .stats-section {
    padding: 40px 0;
  }

  .stat-item {
    padding: 1rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-label {
    font-size: 0.9rem;
  }

  .about-section {
    padding: 40px 0;
  }

  .about-content h2 {
    font-size: 1.8rem;
  }

  .about-content p {
    font-size: 0.95rem;
  }

  .cta-section {
    padding: 60px 0;
  }

  .cta-section h2 {
    font-size: 1.8rem;
  }

  .cta-section p {
    font-size: 1rem;
  }

  .cta-btn {
    padding: 12px 30px;
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }

  .tracking-form {
    padding: 0.8rem;
  }

  .tracking-input {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .tracking-btn {
    padding: 10px 25px;
    font-size: 0.9rem;
  }

  .service-card {
    padding: 0.8rem;
  }

  .modal-content {
    padding: 15px;
  }
}
