:root {
    --ana-renk: #FF6600;
    --koyu-renk: #003366;
  }
  
  body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f7f4f0;
    color: #333;
    scroll-behavior: smooth;
    line-height: 1.6;
  }
  
  /* NAVBAR */
  .navbar {
    background-color: white;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 999;
  }
  
  .navbar .container {
    max-width: 1200px;
    margin: auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo img {
    max-height: 70px;   /* Nav yüksekliğine göre ayarla (örneğin 60px) */
    height: auto;
    width: auto;
    display: block;
    object-fit: contain;
  }
  
  .nav-links {
    list-style: none;
    display: flex;
    gap: 24px;
  }
  
  .nav-links li a {
    text-decoration: none;
    font-weight: 500;
    color: #333;
    padding: 8px;
    transition: 0.3s;
  }
  
  .nav-links li a:hover {
    color: var(--ana-renk);
  }
  
  .menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: var(--ana-renk);
  }

  .nav-links li a:hover,
.nav-links li a.active {
  color: var(--ana-renk);
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background-color: white;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 1000;
  }

  .nav-links.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
}

  /* NAVBAR bitiş */

  /* MAP */
  .contact-map iframe {
    width: 100%;
    height: 500px;
    display: block;
    border: none;
  }
  
  .contact-left:hover h2,
.contact-left:hover li {
  font-weight: 600;
  color: #111;
}

.contact-right:hover h2,
.contact-right:hover p {
  font-weight: 600;
  color: #111;
}
  
  /* GENEL KAPSAYICI */
  .contact-container {
    margin-top: -90px;
    padding: 0 20px 60px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
  
  .contact-card {
    background: white;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px;
    border-radius: 12px;
    max-width: 1100px;
    width: 100%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    position: relative;
  }
  
  /* SOL TARAF */
  .contact-left {
    flex: 1;
  }
  
  .contact-left h2 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 16px;
  }
  
  .contact-left p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .social-icons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }
  
  .social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #fff;
    color: var(--ana-renk);
    font-size: 1.4rem;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
  }
  
  .social-icons a:hover {
    transform: scale(1.1);
    background: var(--ana-renk);
    color: #fff;
  }
  
  /* SAĞ TARAF */
  .contact-right {
    flex: 1;
  }
  
  .contact-right h2 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 16px;
  }
  
  .contact-info {
    list-style: none;
    padding: 0;
    color: #555;
  }
  
  .contact-info li {
    margin-bottom: 12px;
    font-size: 1rem;
    display: flex;
    align-items: center;
  }
  
  .contact-info li i {
    color: #ff6600;
    margin-right: 12px;
    min-width: 20px;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .contact-card {
      flex-direction: column;
    }
  }

  /* Map altı info bitiş */

/* FORM GENEL */

.form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    padding: 40px 20px;
    background: #f4f4f4;
    position: relative;
    flex-direction: column;
  }
  
  .form-card {
    background: white;
    padding: 40px;
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: 0.4s ease;
    position: relative;
  }
  
  .hidden {
    display: none;
  }
  
  .form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
  }
  
  form input,
  form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    margin-bottom: 16px;
  }
  
  form textarea {
    resize: vertical;
    min-height: 150px;
  }
  
  form button {
    background-color: #FF6600;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
  }
  
  .switch-button {
    margin-top: 20px;
    background: none;
    border: none;
    color: #003366;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    display: block;
    width: 100%;
  }
  
  /* Başvuru Formu Wrapper */
  .form2-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    max-width: 1200px;
    width: 100%;
    margin-top: 40px;
    transition: all 0.4s ease;
  }
  
  #applicationForm {
    transition: transform 0.4s ease;
  }
  
  .shift-left {
    transform: translateX(-40px);
  }
  
  /* PDF Önizleme */
  .pdf-preview-box {
    width: 400px;
    height: 450px;
    border: 2px dashed #ccc;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
  }
  
  .pdf-preview-box iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  
  /* Dosya Yükleme Etiketi */
  .file-label {
    display: block;
    margin: 10px 0 16px;
    font-weight: 600;
    color: #333;
  }

  /* Form bitiş */

/* FOOTER */
.footer {
  background-color: var(--ana-renk);
  color: white;
  padding: 40px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-column {
  flex: 1 1 300px;
  min-width: 200px;
}

.footer-column h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.footer-column hr {
  border: none;
  height: 2px;
  background-color: white;
  margin: 10px 0 20px;
  width: 50px;
}

.footer-column p,
.footer-column li {
  margin: 8px 0;
  font-size: 0.95rem;
}

.footer-column a {
  color: white;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-menu {
  list-style: none;
  padding: 0;
}

.footer-icons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  margin-top: 80px;
}

.footer-copy {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 30px;
  font-size: 0.9rem;
}

.icon-box {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: white;
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.icon-box:hover {
  transform: scale(1.1);
}

/* MARKA RENKLERİ */
.facebook {
  background-color: #3b5998;
}

.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

.whatsapp {
  background-color: #25D366;
}

.map-container {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-top: 10px;
}

@media (max-width: 768px) {
  .form-card {
    max-width: 90%;
    padding: 20px;
  }
}

form input,
form textarea {
max-width: 90%;
}

@media (max-width: 768px) {
  #pdfPreviewContainer {
    display: none !important;
  }

  .shift-left {
    transform: none !important;
  }
}