/* ========================================
   VitCars - İletişim Sayfası
   #364049 - Koyu gri
   #F7931E - Turuncu (vurgu, buton)
   #5E6C79 - Gri metin
   #FFFFFF - Beyaz
   ======================================== */

.vc-contact {
  min-height: 100vh;
  background: #f8f9fa;
}

/* Giriş animasyonları (WOW.js + animate.css) */
.vc-contact .wow {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

/* Hero / Breadcrumb */
.vc-contact-hero {
  background: #364049;
  padding: 32px 0;
  margin-bottom: 0;
}

.vc-contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.vc-contact-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 14px;
}

.vc-contact-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vc-contact-breadcrumb li:not(:last-child)::after {
  content: "/";
  color: rgba(255, 255, 255, 0.5);
  margin-left: 4px;
}

.vc-contact-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s;
}

.vc-contact-breadcrumb a:hover {
  color: #FFFFFF;
}

.vc-contact-breadcrumb span {
  color: #F7931E;
  font-weight: 600;
}

.vc-contact-title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.5px;
}

/* Main content */
.vc-contact-main {
  padding: 48px 0 56px;
}

.vc-contact-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: start;
}

/* Form */
.vc-contact-form-wrap {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
}

.vc-contact-alert {
  padding: 14px 18px;
  border-radius: 8px;
  margin-bottom: 24px;
  font-size: 14px;
}

.vc-contact-alert--success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.vc-contact-alert--error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.vc-contact-form-header {
  margin-bottom: 28px;
}

.vc-contact-form-header h2 {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: 700;
  color: #050B20;
}

.vc-contact-form-header p {
  margin: 0;
  font-size: 15px;
  color: #5E6C79;
}

.vc-contact-form .vc-contact-field {
  margin-bottom: 20px;
}

.vc-contact-form .vc-contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.vc-contact-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #364049;
}

.vc-contact-form input,
.vc-contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  color: #050B20;
  background: #f8f9fa;
  border: 1px solid #e0e4e8;
  border-radius: 8px;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.vc-contact-form input:focus,
.vc-contact-form textarea:focus {
  outline: none;
  border-color: #F7931E;
  box-shadow: 0 0 0 3px rgba(247, 147, 30, 0.15);
}

.vc-contact-form input::placeholder,
.vc-contact-form textarea::placeholder {
  color: #9ca3af;
}

.vc-contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.vc-contact-captcha {
  margin: 24px 0;
}

.vc-contact-captcha .g-recaptcha {
  transform-origin: left top;
}

.vc-contact-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #F7931E;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(247, 147, 30, 0.35);
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}

.vc-contact-submit:hover {
  background: #e58415;
  box-shadow: 0 6px 20px rgba(247, 147, 30, 0.45);
}

.vc-contact-submit:active {
  transform: scale(0.98);
}

.vc-contact-submit i {
  font-size: 14px;
}

/* Sidebar cards */
.vc-contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vc-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
}

.vc-contact-card--link {
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}

.vc-contact-card--link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.vc-contact-card-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(247, 147, 30, 0.12);
  color: #F7931E;
  border-radius: 10px;
  font-size: 20px;
}

.vc-contact-card-content h3 {
  margin: 0 0 6px 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #364049;
}

.vc-contact-card-content p {
  margin: 0;
  font-size: 15px;
  color: #5E6C79;
  line-height: 1.5;
}

.vc-contact-card--link .vc-contact-card-content p {
  color: #050B20;
}

/* Map */
.vc-contact-map {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: #e5e7eb;
}

.vc-contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .vc-contact-grid {
    grid-template-columns: 1fr;
  }

  .vc-contact-sidebar {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  .vc-contact-card {
    flex: 1 1 calc(50% - 8px);
    min-width: 200px;
  }

  .vc-contact-form-wrap {
    padding: 28px 24px;
  }
}

@media (max-width: 767px) {
  .vc-contact-hero {
    padding: 24px 0;
  }

  .vc-contact-title {
    font-size: 26px;
  }

  .vc-contact-main {
    padding: 32px 0 40px;
  }

  .vc-contact-form .vc-contact-form-row {
    grid-template-columns: 1fr;
  }

  .vc-contact-form-wrap {
    padding: 24px 20px;
  }

  .vc-contact-sidebar {
    flex-direction: column;
  }

  .vc-contact-card {
    flex: 1 1 100%;
  }

  .vc-contact-map {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .vc-contact-container {
    padding: 0 16px;
  }

  .vc-contact-form-header h2 {
    font-size: 20px;
  }
}
