/* Contact Us Page Styles */
.contact-section {
  padding: 40px 0;
  display: flex;
  align-items: left;
 
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-header {
  text-align: left;
  margin-bottom: 10px;
}

.contact-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: gray;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-title {
  color: #141414;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: white;
  border-radius: 24px;
  padding: 40px;
  width: 1200px;
}
.tcmb-content{
display: flex;
flex-direction: row;
  gap: 40px;
  background: white;
  border-radius: 24px;
  padding: 15px;
  align-items: center;
    width: 1250px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-icon {
  width: 24px;
  height: 24px;
  color: #667eea;
  flex-shrink: 0;
  margin-top: 4px;
}

.contact-details h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
}

.contact-details p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
.contact-details a{
  color: #2f3da2;
}

.contact-divider {
  height: 1px;
  background: #e5e5e5;
  margin: 0;
  border: none;
}

.contact-map {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  color: #666;
  font-size: 16px;
}

.contact-map-placeholder {
  text-align: center;
border-radius: 12px;
}


/* Help Page Styles */
.help-section {
  padding: 80px 0;
 

}

.help-container {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 20px;
}

.help-header {
  text-align: left;
  margin-bottom: 60px;
}

.help-title {
  color: #141414;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.help-subtitle {
  color: #141414;
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.search-container {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.search-input {
 width: 100%;
  height: 50px;
  border: none;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: all 0.3s ease;
}

.search-input:focus {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.search-input::placeholder {
  color: #999;
}

.categories-section {
  background: white;
  border-radius: 24px;
  padding: 40px;
 
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.categories-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0 0 40px 0;
}

.categories-grid {
display: flex;
flex-direction: column;
}

.category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  cursor: pointer;
}

.category-item:hover {
  border-color: #667eea;
  transform: translateY(-2px);
}

.category-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.category-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #667eea;
  font-size: 18px;
}

.category-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 4px 0;
}

.category-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.category-arrow {
  color: #999;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.category-item:hover .category-arrow {
  transform: translateX(4px);
  color: #667eea;
}

.search-results {
  background: white;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  display: none;
}

.search-results.active {
  display: block;
}

.result-item {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.result-item:last-child {
  border-bottom: none;
}

.result-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
}

.result-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* FAQ Page Styles */
.faq-section {
  padding: 80px 0;

}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-header {
  text-align: left;
  margin-bottom: 60px;
}

.faq-title {
  color: #141414;
  font-size: 24px;
  font-weight: 700;
    margin: 0 auto;
  line-height: 1.2;
      max-width: 700px;
}

.faq-subtitle {
  color:#141414;
  font-size: 18px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.faq-content {
  background: white;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  max-width: 620px;
  margin: 0 auto;
  min-height: 620px;
}

.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  background: none;
  border: none;
  width: 100%;
  padding: 20px 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  transition: color 0.3s ease;
}
.accordion-header span{
  color: #2f3da2;
}
.accordion-header i{
  color: #000;
  font-weight: 600;
}
.accordion-header i::before{
  color: #000;
  font-weight: 900;
}

.accordion-header:hover {
  color: #667eea;
}

.accordion-header.active {
  color: #667eea;
}

.accordion-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
  color: #999;
}

.accordion-header.active .accordion-icon {
  transform: rotate(45deg);
  color: #667eea;
}

.answer-placeholder {
  width: auto;
  height: auto;
  min-height: 70px;
  border-radius: 24px;
  background-color: #f5f5f5;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
}

/* Mobil görünüm (768px ve altı) */
@media (max-width: 768px) {
  .answer-placeholder {
    justify-content: flex-start;   /* sola yasla */
    text-align: left;              /* yazıyı sola hizala */
    font-size: 13px;               /* mobilde daha küçük yazı */
        padding: 10px 20px !important;     /* kenar boşluğu arttır */
    border-radius: 12px;           /* köşeleri biraz küçült */
    display: block!important;
  }
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 0 0 0;
}

.accordion-content.active {
  max-height: 200px;
  padding: 0 0 20px 0;
}

.accordion-body {
  color: #666;
  line-height: 1.6;
  font-size: 14px;
}

.faq-category {
  margin-bottom: 40px;
}

.faq-category-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0 0 20px 0;
}
.image-fix{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  /* Contact Us Responsive */
  .contact-content {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 75%;
    max-width: 1200px;
  }
  
  /* Help Responsive */
  .help-container {
    max-width: 100%;
  }
  
  /* FAQ Responsive */
  .faq-content {
    max-width: 100%;
  }
}

@media (max-width: 800px) {
  .contact-details h3{
    font-size: 18px;
  }
  .contact-details p{
    font-size: 14px;
  }
  .faq-header{
    margin-bottom: 24px;
  }
  .accordion-header{
    font-size: 14px;
  }
  .faq-subtitle{
    font-size: 14px;
  }
  .faq-title{
    font-size: 24px;
  }
  .tcmb-content{
        width: 340px;
  }
  /* Contact Us Responsive */
  .contact-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .contact-title {
    font-size: 24px;
  }
  
  .contact-section {
    padding: 24px 0;
  }
  
  /* Make inline flex responsive */
  .contact-info div[style*="display: flex"] {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .contact-info .contact-item[style*="border-right"] {
    border-right: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding-right: 0 !important;
    padding-bottom: 20px !important;
  }
  
  /* Help Responsive */
  .search-input {
    width: 100%;
    max-width: 620px;
  }
  
  .help-title {
    font-size: 36px;
  }
  
  .categories-grid {
    grid-template-columns: 1fr;
  }
  
  .help-section {
    padding: 60px 0;
  }

  
  .faq-content {
    padding: 30px 20px;
  }
  
  .faq-section {
        padding: 24px 0;
  }
  
  .answer-placeholder {
      
        max-width: 315px;
    
        padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .contact-map-placeholder iframe {
    width: 290px;
    height: 200px;
    margin-left: -1em;
    margin-left: -1em;
    border-radius: 12px;
  }
  .contact-map{
    min-height: auto;
  }
  .contact-container{
    padding: 0 14px;
  }
}


  /* Başlık: ikon sağda dursun, kırpma olmasın */
  .accordion-header{
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: .75rem !important;
    width: 100% !important;
    padding: 16px 56px 16px 20px !important; /* sağ boşluğu büyüttük */
    text-align: left !important;
    border: 0 !important;
    background: transparent !important;
    overflow: visible !important;           /* KIRPMA KAPALI */
  }
  .accordion-header > span{
    flex: 1 1 auto !important;
    min-width: 0 !important;
    white-space: normal !important;
  }
  .accordion-icon{
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 20px !important;
    line-height: 1 !important;
    pointer-events: none !important;        /* tıklama başlığa */
  }


  /* FAQ cevaplarını sola hizala */
.faq-section .accordion-content .accordion-body {
  display: block !important;          /* varsa flex'i iptal et */
  justify-content: flex-start !important;
  align-items: flex-start !important;
  text-align: left !important;
}

/* İçerik kutusu ve metin */
.faq-section .answer-placeholder {
      padding: 10px 20px;
  margin: 0;
}

/* Link stili (isteğe bağlı) */
.faq-link {
  text-decoration: underline;
  color: inherit;                      /* başlık rengiyle uyumlu kalsın */
}
.faq-link:hover { text-decoration-thickness: 2px; }


