/* Tek Yön - Blog, SSS, İletişim, Ehliyet, Hakkımızda özel sayfa stilleri */

/* ===== Loading ekranı - beyaz arka plan (siyah logo görünsün) ===== */
.preloader {
  background-color: #fff !important;
}

/* ===== Responsive - mobil taşma önleme ===== */
html, body { overflow-x: hidden; }

/* ===== Ana sayfa hero slider - hızlandırılmış efektler ===== */
.main-slider-two__layer {
  transition: transform 500ms ease, opacity 500ms ease !important;
}
.main-slider-two__sub-title {
  transition: transform 500ms ease, opacity 500ms ease !important;
}
.main-slider-two__title {
  transition: transform 600ms ease, opacity 600ms ease !important;
}
.main-slider-two__btn .drivschol-btn {
  transition: all 600ms ease !important;
}
.main-slider-two .active .main-slider-two__layer {
  transition-delay: 400ms !important;
}
.main-slider-two .active .main-slider-two__layer-two {
  transition-delay: 500ms !important;
}
.main-slider-two .active .main-slider-two__sub-title {
  transition-delay: 300ms !important;
}
.main-slider-two .active .main-slider-two__title {
  transition-delay: 500ms !important;
}
.main-slider-two .active .main-slider-two__btn .drivschol-btn {
  transition-delay: 600ms !important;
}

/* ===== Ana sayfa contact-location - mobil uyum ===== */
@media (max-width: 767px) {
  .contact-location__inner__item__image img { max-width: 100%; height: auto; }
  .contact-location .drivschol-btn { display: inline-block; width: 100%; text-align: center; }
}

/* ===== Mobil hamburger menü - logo siyah arka planda görünür olsun ===== */
.mobile-nav__content .logo-box {
  background: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  display: inline-block;
}
.mobile-nav__content .logo-box img {
  display: block;
}

/* ===== Ehliyet kartları - logo/author image beyaz arka plan ===== */
.course-card__author-image {
  background: #fff;
}

/* ===== Topbar - İkonların yarım görünmesi düzeltmesi ===== */
.topbar-one { overflow: visible; }
.topbar-one__social {
  overflow: visible;
  padding-left: 16px;
  padding-right: 20px;
}
.topbar-one__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 22px;
  font-size: 14px;
}
.topbar-one__social a i { display: block; }

/* ===== Alt sayfa hero overlay (anasayfa hariç) ===== */
.page-header .page-header__bg::before {
  background: linear-gradient(180deg, rgba(17,17,23,0.5) 0%, rgba(17,17,23,0.75) 100%);
}

/* ===== EHLİYET - Kart overlay / footer çakışması düzeltmesi ===== */
.course-two--page {
  position: relative;
  z-index: 2;
  background: #fff;
}
.faq-section {
  position: relative;
  z-index: 2;
}

/* ===== HAKKIMIZDA - Profesyonel tasarım ===== */
/* choose-us-one: Neden Bizi Tercih Etmelisiniz - içerik sol, görsel sağ */
.choose-us-one--about .choose-us-one__thumb {
  margin-right: 0;
  margin-left: 0;
}
.choose-us-one--about .choose-us-one__content {
  margin-left: 0;
  margin-right: auto;
}
.about-page-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #6D7076;
  margin-bottom: 1.5rem;
}
.about-page-content p { margin-bottom: 1rem; }
.about-page-content h2, .about-page-content h3 {
  color: #111117;
  font-family: var(--drivschol-heading-font);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.about-mv-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  border: 1px solid #E6E6E6;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(17,17,23,0.06);
}
.about-mv-card:hover {
  border-color: rgba(236,37,38,0.3);
  box-shadow: 0 8px 30px rgba(236,37,38,0.1);
  transform: translateY(-3px);
}
.about-mv-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(236,37,38,0.1);
  color: #EC2526;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
.about-mv-card__title {
  font-family: var(--drivschol-heading-font);
  font-size: 1.25rem;
  font-weight: 700;
  color: #111117;
  margin-bottom: 0.75rem;
}
.about-mv-card__text {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #6D7076;
  margin: 0;
}
.about-testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  border: 1px solid #E6E6E6;
  position: relative;
  box-shadow: 0 4px 20px rgba(17,17,23,0.06);
  transition: all 0.3s ease;
}
.about-testimonial-card:hover {
  border-color: rgba(236,37,38,0.3);
  box-shadow: 0 8px 30px rgba(236,37,38,0.08);
}
.about-testimonial-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.about-testimonial-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.about-testimonial-card__name {
  color: #111117;
  font-size: 1.05rem;
}
.about-testimonial-card__role {
  font-size: 0.85rem;
  color: #6D7076;
}
.about-testimonial-card__text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #6D7076;
  margin: 0;
  position: relative;
  z-index: 1;
}
.about-testimonial-card__quote {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  font-size: 2.5rem;
  color: rgba(236,37,38,0.15);
  z-index: 0;
}
.funfact--about .funfact__item {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(17,17,23,0.06);
  border: 1px solid #E6E6E6;
  transition: all 0.3s ease;
}
.funfact--about .funfact__item:hover {
  border-color: rgba(236,37,38,0.3);
  transform: translateY(-3px);
}
.funfact--about .funfact__item__icon {
  margin-bottom: 1rem;
}
.funfact--about .funfact__item__icon__item {
  color: #EC2526;
  font-size: 2.5rem;
}
.funfact--about .funfact__item__content__number {
  color: #111117 !important;
}
.funfact--about .funfact__item__content__text {
  color: #6D7076;
}

/* ===== EHLİYET - Work process icon (resim yoksa) ===== */
.work-process-three__item__thumb__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  font-size: 3rem;
  color: var(--drivschol-primary, #EC2526);
}
.work-process-three__item:hover .work-process-three__item__thumb__icon {
  color: var(--drivschol-white, #fff);
}
/* ===== EHLİYET - Gerekli Evraklar (Onurcan grid kartları) ===== */
.ehliyet-evraklar {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 50%, #ffffff 100%);
}
.ehliyet-evraklar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-image: radial-gradient(circle, #ddd 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}
.ehliyet-evraklar::after {
  content: '';
  position: absolute;
  top: 10%;
  right: 5%;
  width: 300px;
  height: 300px;
  background: rgba(236,37,38,0.03);
  transform: rotate(15deg);
  border-radius: 20px;
  z-index: 0;
  pointer-events: none;
}
.ehliyet-evraklar .container { position: relative; z-index: 1; }
.ehliyet-evraklar__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
.ehliyet-evraklar__grid .ehliyet-evraklar__card:nth-child(1),
.ehliyet-evraklar__grid .ehliyet-evraklar__card:nth-child(2),
.ehliyet-evraklar__grid .ehliyet-evraklar__card:nth-child(3) {
  grid-column: span 1;
}
.ehliyet-evraklar__grid .ehliyet-evraklar__card:nth-child(4),
.ehliyet-evraklar__grid .ehliyet-evraklar__card:nth-child(5) {
  grid-column: span 1;
}
.ehliyet-evraklar__grid .ehliyet-evraklar__card:nth-child(4) {
  grid-column: 1;
}
.ehliyet-evraklar__grid .ehliyet-evraklar__card:nth-child(5) {
  grid-column: 2;
}
.ehliyet-evraklar__card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06), 0 2px 8px rgba(0,0,0,0.04);
  border: 1px solid rgba(236,37,38,0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.ehliyet-evraklar__card__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #EC2526, #c41e1f);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(236,37,38,0.4);
  letter-spacing: -0.5px;
}
.ehliyet-evraklar__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #EC2526, #c41e1f);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.ehliyet-evraklar__card:hover {
  transform: translateY(-8px);
  border-color: rgba(236,37,38,0.25);
  box-shadow: 0 16px 48px rgba(236,37,38,0.15), 0 8px 24px rgba(0,0,0,0.08);
}
.ehliyet-evraklar__card:hover::before {
  opacity: 1;
}
.ehliyet-evraklar__card__icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #EC2526 0%, #c41e1f 100%);
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 8px 20px rgba(236,37,38,0.35);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.ehliyet-evraklar__card:hover .ehliyet-evraklar__card__icon {
  transform: scale(1.08);
  box-shadow: 0 12px 28px rgba(236,37,38,0.45);
}
.ehliyet-evraklar__card__title {
  font-family: var(--drivschol-heading-font);
  font-size: 1.1rem;
  font-weight: 700;
  color: #111117;
  margin: 0;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.ehliyet-evraklar__card:hover .ehliyet-evraklar__card__title {
  color: #EC2526;
}
@media (max-width: 767px) {
  .ehliyet-evraklar { padding: 80px 0; }
  .ehliyet-evraklar__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ehliyet-evraklar__grid .ehliyet-evraklar__card:nth-child(4),
  .ehliyet-evraklar__grid .ehliyet-evraklar__card:nth-child(5) {
    grid-column: 1;
  }
}

/* ===== EHLİYET - Ehliyet Alma Rehberi (numara rozetleri) ===== */
.work-process-three__home .work-process-three__item {
  background: #F5F5F5;
  border: none;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  height: 100%;
}
.work-process-three__home .work-process-three__item:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}
.work-process-three__home .work-process-three__item__thumb {
  min-height: 120px;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
}
.work-process-three__home .work-process-three__item__thumb__icon {
  font-size: 3rem;
  color: #111117;
}
.work-process-three__home .work-process-three__item:hover .work-process-three__item__thumb__icon {
  color: #EC2526;
}
.work-process-three__home .work-process-three__item__title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.work-process-three__home .work-process-three__item__text {
  font-size: 0.95rem;
  color: #6D7076;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.work-process-three__home .work-process-three__item__number {
  display: flex;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
.work-process-three__home .work-process-three__item__number__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #111117;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1rem;
  counter-increment: unset;
}
.work-process-three__home .work-process-three__item__number__text::before {
  content: none;
}

/* ===== EHLİYET - SSS + CTA (sol kırmızı kutu, sağ accordion) ===== */
.faq-section--ehliyet .row { align-items: stretch; }
.faq-cta-box {
  background: #EC2526;
  color: #fff;
  padding: 2.5rem;
  border-radius: 12px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.faq-cta-box__icon {
  width: 70px;
  height: 70px;
  background: #111117;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin: 0 auto 1.25rem;
  margin-top: -55px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.faq-cta-box__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.faq-cta-box__sub {
  font-size: 0.95rem;
  opacity: 0.95;
  margin-bottom: 1rem;
}
.faq-cta-box__phone {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.faq-cta-box__phone:hover { color: #fff; opacity: 0.9; }

.faq-accordion--ehliyet .accordion-item {
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.faq-accordion--ehliyet .accordion-button {
  background: #fff !important;
  border: none !important;
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  color: #111117;
  text-align: left;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.faq-accordion--ehliyet .accordion-button::after { display: none !important; }
.faq-accordion__icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: #111117;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.faq-accordion__icon--minus { display: none !important; }
.faq-accordion__icon--plus { display: flex !important; }
.faq-accordion--ehliyet .accordion-button:not(.collapsed) .faq-accordion__icon--plus { display: none !important; }
.faq-accordion--ehliyet .accordion-button:not(.collapsed) .faq-accordion__icon--minus {
  display: flex !important;
  background: #EC2526;
  color: #fff;
}
.faq-accordion--ehliyet .accordion-collapse { border-top: 1px solid #E6E6E6; }
.faq-accordion--ehliyet .accordion-body {
  padding: 1.25rem 1.5rem 1.25rem 4rem;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #6D7076;
  background: #FAFAFA;
}

/* ===== BLOG KARTLARI - Sürücü kursu sektörüne uygun ===== */
.blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(17,17,23,0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #E6E6E6;
}
.blog-card:hover {
  box-shadow: 0 8px 30px rgba(236,37,38,0.15);
  transform: translateY(-4px);
  border-color: rgba(236,37,38,0.3);
}
.blog-card__image {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.blog-card:hover .blog-card__image img { transform: scale(1.05); }
.blog-card__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17,17,23,0.4) 0%, transparent 50%);
  pointer-events: none;
}
.blog-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #EC2526;
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 600;
  z-index: 1;
}
.blog-card__content { padding: 1.5rem; }
.blog-card__meta {
  font-size: 0.8rem;
  color: #6D7076;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-card__meta i { color: #EC2526; }
.blog-card__title {
  font-family: var(--drivschol-heading-font);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
.blog-card__title a {
  color: #111117;
  text-decoration: none;
  transition: color 0.2s;
}
.blog-card__title a:hover { color: #EC2526; }
.blog-card__excerpt {
  font-size: 0.9rem;
  color: #6D7076;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #EC2526;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: gap 0.2s;
}
.blog-card__link:hover { color: #c41e1f; gap: 10px; }
.blog-card__link i { font-size: 0.8rem; transition: transform 0.2s; }
.blog-card__link:hover i { transform: translateX(4px); }

/* ===== BLOG DETAY ===== */
.blog-detail__header {
  text-align: center;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E6E6E6;
}
.blog-detail__meta {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  color: #6D7076;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.blog-detail__meta span { display: flex; align-items: center; gap: 6px; }
.blog-detail__meta i { color: #EC2526; }
.blog-detail__featured {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.blog-detail__featured img {
  width: 100%;
  display: block;
}
.blog-detail__content {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #333;
}
.blog-detail__content h2, .blog-detail__content h3 {
  color: #111117;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: var(--drivschol-heading-font);
}
.blog-detail__content p { margin-bottom: 1rem; }
.blog-detail__content ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.blog-detail__content li { margin-bottom: 0.5rem; }
.blog-detail__content a { color: #EC2526; text-decoration: none; }
.blog-detail__content a:hover { text-decoration: underline; }
.blog-detail__cta {
  background: linear-gradient(135deg, #111117 0%, #2A2A30 100%);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
  text-align: center;
  color: #fff;
}
.blog-detail__cta h4 { color: #fff; margin-bottom: 0.75rem; font-size: 1.25rem; }
.blog-detail__cta p { color: rgba(255,255,255,0.9); margin-bottom: 1rem; }
.blog-detail__cta .drivschol-btn { margin-top: 0.5rem; }

/* ===== SSS - Modern accordion ===== */
.sss-card {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(17,17,23,0.06);
  border: 1px solid #E6E6E6;
  transition: all 0.3s;
}
.sss-card:hover { border-color: rgba(236,37,38,0.3); box-shadow: 0 4px 20px rgba(236,37,38,0.08); }
.sss-card .accordion-button {
  background: #fff !important;
  border: none !important;
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  color: #111117;
  text-align: left;
  box-shadow: none !important;
}
.sss-card .accordion-button:not(.collapsed) {
  color: #EC2526;
  background: rgba(236,37,38,0.05) !important;
}
.sss-card .accordion-button::after { display: none !important; }
.sss-card .accordion-button::before {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 12px;
  color: #EC2526;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.sss-card .accordion-button:not(.collapsed)::before { transform: rotate(180deg); }
.sss-card .accordion-collapse { border-top: 1px solid #E6E6E6; }
.sss-card .accordion-body {
  padding: 1.25rem 1.5rem 1.25rem 3rem;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #6D7076;
  background: #FAFAFA;
}
.sss-intro {
  background: linear-gradient(135deg, #EC2526 0%, #c41e1f 100%);
  color: #fff;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2.5rem;
  text-align: center;
}
.sss-intro h3 { color: #fff; font-size: 1.25rem; margin-bottom: 0.5rem; }
.sss-intro p { margin: 0; opacity: 0.95; font-size: 0.95rem; }
.sss-quick-links { padding: 1.25rem; background: #f8f9fa; border-radius: 12px; border: 1px solid #E6E6E6; }
.sss-quick-links h4 { color: #111117; font-weight: 600; letter-spacing: 0.5px; }
.sss-quick-link {
  color: #6D7076;
  font-size: 0.9rem;
  background: #fff;
  border: 1px solid #E6E6E6;
  transition: all 0.25s ease;
}
.sss-quick-link:hover {
  color: #EC2526;
  border-color: rgba(236,37,38,0.4);
  background: rgba(236,37,38,0.04);
}
.sss-quick-link i { opacity: 0.7; font-size: 0.7rem; }

/* ===== İLETİŞİM - Profesyonel kartlar ===== */
.contact-hero {
  background: linear-gradient(135deg, #111117 0%, #2A2A30 100%);
  color: #fff;
  padding: 3rem 2rem;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 2.5rem;
}
.contact-hero h2 { color: #fff; font-size: 1.75rem; margin-bottom: 0.5rem; }
.contact-hero p { opacity: 0.9; margin: 0; }
.contact-cards { margin-bottom: 2.5rem; }
.contact-card {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  border: 1px solid rgba(236,37,38,0.12);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.contact-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #EC2526, #c41e1f);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.contact-card:hover {
  border-color: rgba(236,37,38,0.3);
  box-shadow: 0 12px 40px rgba(236,37,38,0.12);
  transform: translateY(-4px);
}
.contact-card:hover::before { opacity: 1; }
.contact-card__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(236,37,38,0.12) 0%, rgba(236,37,38,0.06) 100%);
  color: #EC2526;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transition: all 0.4s ease;
}
.contact-card:hover .contact-card__icon {
  background: linear-gradient(135deg, #EC2526, #c41e1f);
  color: #fff;
  transform: scale(1.05);
}
.contact-card__content { flex: 1; min-width: 0; }
.contact-card__label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6D7076;
  margin-bottom: 0.35rem;
}
.contact-card__value {
  font-weight: 700;
  color: #111117;
  font-size: 1rem;
  line-height: 1.4;
  word-break: break-all;
  overflow-wrap: break-word;
}
.contact-card--whatsapp:hover .contact-card__icon { background: linear-gradient(135deg, #25D366, #128C7E) !important; color: #fff !important; }
.contact-card--instagram:hover .contact-card__icon { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important; color: #fff !important; }
.contact-card--facebook:hover .contact-card__icon { background: linear-gradient(135deg, #1877f2, #0d65d9) !important; color: #fff !important; }
.contact-map {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid #E6E6E6;
}
.contact-map iframe { display: block; }

/* ===== TÜM BUTONLAR - Tutarlı stil: kırmızı, beyaz yazı, yeşil hover ===== */
.drivschol-btn { color: #fff !important; background-color: #EC2526 !important; }
.drivschol-btn:hover { color: #fff !important; }
.drivschol-btn::before { background-color: #22c55e !important; }
.drivschol-btn::after { background-color: #EC2526 !important; }
.drivschol-btn--base::after,
.drivschol-btn--base2::before,
.drivschol-btn--black::after { background-color: #EC2526 !important; }
.drivschol-btn--base::before,
.drivschol-btn--base2::after,
.drivschol-btn--black::before { background-color: #22c55e !important; }
/* Özel seçiciler (form, slider vb.) - yeşil hover */
.contact-three__form .drivschol-btn--base2::after,
.form-one__control .drivschol-btn::before,
.service-sidebar__contact-btn .drivschol-btn--base2::after { background-color: #22c55e !important; }
.form-one__control .drivschol-btn::after { background-color: #EC2526 !important; }
.contact-three__form .drivschol-btn--base2:hover,
.service-sidebar__contact-btn .drivschol-btn:hover,
.main-slider-three__btn .drivschol-btn:hover { color: #fff !important; }
/* ===== EHLİYET DETAY SAYFASI ===== */
.ehliyet-detail__content h2 { font-size: 1.35rem; margin: 1.5rem 0 0.75rem; color: #111117; }
.ehliyet-detail__content ul { padding-left: 1.5rem; margin-bottom: 1rem; }
.ehliyet-detail__content li { margin-bottom: 0.5rem; }
.ehliyet-detail__content p { margin-bottom: 1rem; line-height: 1.7; color: #6D7076; }
.ehliyet-detail__featured img { width: 100%; height: auto; }

.contact-hours {
  background: #FAFAFA;
  border-radius: 12px;
  padding: 1.5rem;
  border-left: 4px solid #EC2526;
}

/* ===== FOOTER - Tek tasarım, tüm sayfalarda aynı ===== */
.main-footer--tekyon .footer-widget__brand-logo--centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-footer--tekyon .footer-widget__brand-logo--centered img {
  width: 200px;
  max-width: 100%;
  height: auto;
}
.main-footer--tekyon .footer-widget__apps--badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.main-footer--tekyon .footer-widget__apps--badges .footer-app-badge {
  display: block;
  line-height: 0;
}
.main-footer--tekyon .footer-widget__apps--badges .footer-app-badge img {
  height: 40px;
  width: auto;
  max-width: 135px;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.2s;
}
.main-footer--tekyon .footer-widget__apps--badges .footer-app-badge:hover img {
  opacity: 1;
}
.main-footer--tekyon .main-footer__bottom__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 18px 0;
}
.main-footer__credit--webesk {
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}
.main-footer__credit--webesk a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.main-footer__credit--webesk a:hover {
  opacity: 1;
  color: rgba(255,255,255,0.9);
}
.main-footer__credit--webesk .webesk-web {
  color: #2196F3;
  font-weight: 600;
}
.main-footer__credit--webesk .webesk-esk {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 575px) {
  .main-footer--tekyon .main-footer__bottom__inner {
    flex-direction: column;
    text-align: center;
  }
}

/* ===== FOOTER - Mobil: içerikler sola dayalı, ortalansın ===== */
@media (max-width: 767px) {
  .main-footer--tekyon .main-footer__row--pro {
    justify-content: center;
    text-align: center;
  }
  .main-footer--tekyon .footer-widget {
    text-align: left;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-footer--tekyon .footer-widget__links,
  .main-footer--tekyon .footer-widget__info,
  .main-footer--tekyon .footer-widget__brand-text,
  .main-footer--tekyon .footer-widget__title {
    text-align: left;
  }
  .main-footer--tekyon .footer-widget__apps--badges {
    justify-content: flex-start;
  }
}

/* ===== Kırmızı yuvarlak içindeki ikonlar - araç, % (anasayfa, hakkımızda) ===== */
.about-one__item__elememt__single__icon .icon i,
.choose-us-one__content__single__icon i {
  color: #fff !important;
  font-size: 28px !important;
  display: inline-block;
}
.about-one__item__elememt__single__icon .icon {
  overflow: visible;
}
/* Hover: yeşil olsun - anasayfa (daire siyah dolar, ikon yeşil) */
.about-one__item__elememt__single:hover .icon i {
  color: #22c55e !important;
}
/* Hover: yeşil olsun - hakkımızda (anasayfa ile aynı: ikon yeşil) */
.choose-us-one__content__single:hover .choose-us-one__content__single__icon {
  background-color: #22c55e !important;
}
.choose-us-one__content__single:hover .choose-us-one__content__single__icon i {
  color: #fff !important;
}
