﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Page Banner - Ana sayfa hariÃ§ tÃ¼m sayfalarda 350px yÃ¼kseklik */
.page-banner {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 20px;
}

/* FÄ±rsat NoktalarÄ± Sayfa Banner - 1920x250px */
.firsat-noktalari-banner {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.firsat-noktalari-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.firsat-noktalari-banner .banner-title-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 5%;
  z-index: 2;
}

.firsat-noktalari-banner .banner-title-overlay h1 {
  color: white;
  font-size: 42px;
  font-weight: 900;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .firsat-noktalari-banner {
    height: 200px;
  }
  
  .firsat-noktalari-banner .banner-title-overlay h1 {
    font-size: 32px;
    padding-left: 4%;
  }
}

@media (max-width: 480px) {
  .firsat-noktalari-banner {
    height: 150px;
  }
  
  .firsat-noktalari-banner .banner-title-overlay h1 {
    font-size: 24px;
    padding-left: 3%;
  }
}

/* Hemen BaÅŸvur Sayfa Banner - 1920x250px */
.hemen-basvur-banner {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.hemen-basvur-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hemen-basvur-banner .banner-title-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 5%;
  z-index: 2;
}

.hemen-basvur-banner .banner-title-overlay h1 {
  color: white;
  font-size: 42px;
  font-weight: 900;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .hemen-basvur-banner {
    height: 200px;
  }
  
  .hemen-basvur-banner .banner-title-overlay h1 {
    font-size: 32px;
    padding-left: 4%;
  }
}

@media (max-width: 480px) {
  .hemen-basvur-banner {
    height: 150px;
  }
  
  .hemen-basvur-banner .banner-title-overlay h1 {
    font-size: 24px;
    padding-left: 3%;
  }
}

/* Ä°letiÅŸim Sayfa Banner - 1920x250px */
.iletisim-banner {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iletisim-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.iletisim-banner .banner-title-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 5%;
  z-index: 2;
}

.iletisim-banner .banner-title-overlay h1 {
  color: white;
  font-size: 42px;
  font-weight: 900;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .iletisim-banner {
    height: 200px;
  }
  
  .iletisim-banner .banner-title-overlay h1 {
    font-size: 32px;
    padding-left: 4%;
  }
}

@media (max-width: 767px) {
  .iletisim-banner {
    height: 150px;
  }
  
  .iletisim-banner .banner-title-overlay h1 {
    font-size: 24px;
    padding-left: 3%;
  }
}

/* Genel Banner Title Overlay - TÃ¼m sayfalar iÃ§in */
.page-banner .banner-title-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 5%;
  z-index: 2;
}

.page-banner .banner-title-overlay h1 {
  color: white;
  font-size: 42px;
  font-weight: 900;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  margin: 0;
  line-height: 1.2;
}

/* Teşekkürler Sayfa Banner - tam genişlik, header boşluğu yok */
.tesekkurler-banner {
  width: 100% !important;
  height: 250px !important;
  overflow: hidden !important;
  position: relative !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

.tesekkurler-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  .page-banner .banner-title-overlay h1 {
    font-size: 32px;
    padding-left: 4%;
  }
}

@media (max-width: 767px) {
  .page-banner {
    height: 150px !important;
  }
  
  .page-banner .banner-title-overlay h1 {
    font-size: 24px;
    padding-left: 3%;
  }
}

/* BaÅŸvuru Takip Sayfa Banner - 1920x250px */
.basvuru-takip-banner {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.basvuru-takip-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.basvuru-takip-banner .banner-title-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 5%;
  z-index: 2;
}

.basvuru-takip-banner .banner-title-overlay h1 {
  color: white;
  font-size: 42px;
  font-weight: 900;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  margin: 0;
  line-height: 1.2;
}

.basvuru-takip-section .form-control:focus {
  border-color: #C3002F;
  box-shadow: 0 0 0 0.2rem rgba(195, 0, 47, 0.25);
}

.application-item {
  transition: all 0.3s ease;
}

.application-item:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .basvuru-takip-banner {
    height: 200px;
  }
  
  .basvuru-takip-banner .banner-title-overlay h1 {
    font-size: 32px;
    padding-left: 4%;
  }
}

@media (max-width: 767px) {
  .basvuru-takip-banner {
    height: 150px;
  }
  
  .basvuru-takip-banner .banner-title-overlay h1 {
    font-size: 24px;
    padding-left: 3%;
  }

  .basvuru-takip-section {
    padding: 40px 0;
  }

  .basvuru-takip-section .card-body {
    padding: 20px !important;
  }
}

/* FÄ±rsat NoktalarÄ± Liste Hover Efekti */
.firsat-noktalari-item {
  transition: all 0.3s ease;
}

.firsat-noktalari-item:hover {
  background-color: #f0f0f0 !important;
  border-color: #C3002F !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Konsept KutucuklarÄ± */
.concept-box {
  transition: all 0.3s ease;
}

.concept-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(195, 0, 47, 0.3);
  border-color: #C3002F !important;
}

.concept-box:hover .info-box-icon {
  background-color: #C3002F !important;
  transform: scale(1.1);
}

.concept-box:hover .info-box-text {
  color: #C3002F;
}

/* Gallery Modal Styles */
.gallery-modal-content {
  padding: 10px 0;
}

.gallery-group-title {
  color: #C3002F;
  font-weight: 700;
  font-size: 1.5rem;
  border-bottom: 2px solid #C3002F;
  padding-bottom: 10px;
}

.gallery-image-item {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.gallery-image-item:hover {
  transform: scale(1.05);
  border-color: #C3002F;
  box-shadow: 0 4px 15px rgba(195, 0, 47, 0.3);
  z-index: 10;
  position: relative;
}

.gallery-image-item img {
  transition: all 0.3s ease;
}

.gallery-image-item:hover img {
  transform: scale(1.1);
}

#imageLightboxModal .modal-content {
  background: rgba(0, 0, 0, 0.9) !important;
}

#imageLightboxModal .modal-body {
  padding: 20px;
}

/* Lightbox Navigasyon ButonlarÄ± */
.lightbox-nav-btn {
  opacity: 0.9;
  transition: all 0.3s ease;
}

.lightbox-nav-btn:hover {
  opacity: 1;
  background: rgba(195, 0, 47, 1) !important;
  transform: translateY(-50%) scale(1.1);
}

.lightbox-nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.lightbox-header button:hover {
  background-color: #C3002F !important;
  color: white !important;
}

/* Mobile iÃ§in navigasyon butonlarÄ± */
@media (max-width: 768px) {
  .lightbox-nav-btn {
    width: 40px !important;
    height: 40px !important;
    font-size: 14px;
  }
  
  .lightbox-prev-btn {
    left: 10px !important;
  }
  
  .lightbox-next-btn {
    right: 10px !important;
  }
}

/* GÃ¶rsel sayacÄ± ve bilgiler */
#lightboxImageCounter,
#lightboxTitle,
#lightboxDescription {
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

#lightboxImage {
  transition: opacity 0.3s ease;
}

#lightboxImage.loading {
  opacity: 0.5;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .gallery-group-title {
    font-size: 1.2rem;
  }
  
  .gallery-image-item {
    margin-bottom: 15px;
  }
}

.page-banner-content {
  text-align: center;
  width: 100%;
  max-width: 1400px;
}

.page-banner-content h1 {
  color: white;
  font-size: 32px;
  margin: 0 0 20px 0;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* ========== Kidsa Theme Styles ========== */

/* Header Top Bar - Kidsa Style */
.top-bar-kidsa {
  padding: 12px 0;
  background: #1a1a1a !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar-kidsa .top-bar-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.top-bar-kidsa .top-bar-info ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
}

.top-bar-kidsa .top-bar-info ul li i {
  color: #ffc107;
  font-size: 16px;
}

.top-bar-kidsa .top-bar-info ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-left: 5px;
}

.top-bar-kidsa .top-bar-info ul li a:hover {
  color: #ffc107;
}

.top-bar-kidsa .top-bar-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.btn-kidsa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-kidsa.btn-call {
  background: #ffc107;
  color: #1a1a1a;
}

.btn-kidsa.btn-call:hover {
  background: #ffb300;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.4);
}

.btn-kidsa.btn-book {
  background: transparent;
  color: #fff;
  border: 2px solid #ffc107;
}

.btn-kidsa.btn-book:hover {
  background: #ffc107;
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.4);
}

@media (max-width: 768px) {
  .top-bar-kidsa .top-bar-info ul {
    flex-direction: column;
    gap: 10px;
  }
  
  .top-bar-kidsa .top-bar-actions {
    flex-direction: column;
    margin-top: 10px;
  }
  
  .btn-kidsa {
    width: 100%;
    justify-content: center;
  }
}

/* Banner Kidsa Style */
.banner-kidsa {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.banner-kidsa .banner-content {
  position: relative;
  z-index: 2;
  padding: 100px 0;
  text-align: center;
}

.banner-kidsa .banner-content h4 {
  color: #ffc107;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.banner-kidsa .banner-content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-kidsa .banner-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin-bottom: 30px;
}

.banner-kidsa .banner-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.banner-kidsa .btn-banner {
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid transparent;
}

.banner-kidsa .btn-banner.btn-primary-banner {
  background: #ffc107;
  color: #1a1a1a;
  border-color: #ffc107;
}

.banner-kidsa .btn-banner.btn-primary-banner:hover {
  background: transparent;
  color: #ffc107;
  border-color: #ffc107;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 193, 7, 0.3);
}

.banner-kidsa .btn-banner.btn-outline-banner {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.banner-kidsa .btn-banner.btn-outline-banner:hover {
  background: #fff;
  color: #1a1a1a;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

.banner-kidsa .shape-img {
  position: absolute;
  z-index: 1;
  opacity: 0.1;
}

.banner-kidsa .shape-img.shape-1 {
  top: 10%;
  left: 5%;
  animation: float 6s ease-in-out infinite;
}

.banner-kidsa .shape-img.shape-2 {
  top: 20%;
  right: 10%;
  animation: float 8s ease-in-out infinite;
}

.banner-kidsa .shape-img.shape-3 {
  bottom: 15%;
  left: 10%;
  animation: float 7s ease-in-out infinite;
}

.banner-kidsa .shape-img.shape-4 {
  bottom: 10%;
  right: 5%;
  animation: float 9s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@media (max-width: 768px) {
  .banner-kidsa .banner-content {
    padding: 60px 0;
  }
  
  .banner-kidsa .banner-content h1 {
    font-size: 32px;
  }
  
  .banner-kidsa .banner-content h4 {
    font-size: 14px;
  }
  
  .banner-kidsa .banner-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .banner-kidsa .btn-banner {
    width: 100%;
    max-width: 300px;
  }
}

/* Footer Kidsa Style */
.footer-kidsa {
  background: #1a1a1a;
  color: #fff;
  padding: 60px 0 20px;
  position: relative;
}

.footer-kidsa .footer-logo {
  margin-bottom: 20px;
}

.footer-kidsa .footer-logo img {
  max-height: 60px;
  width: auto;
}

.footer-kidsa .footer-description {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 25px;
}

.footer-kidsa .footer-widget-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.footer-kidsa .footer-widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #ffc107;
}

.footer-kidsa .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-kidsa .footer-links ul li {
  margin-bottom: 12px;
}

.footer-kidsa .footer-links ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-kidsa .footer-links ul li a:hover {
  color: #ffc107;
  padding-left: 5px;
}

.footer-kidsa .newsletter-form {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.footer-kidsa .newsletter-form input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 5px;
}

.footer-kidsa .newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-kidsa .newsletter-form button {
  padding: 12px 25px;
  background: #ffc107;
  color: #1a1a1a;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-kidsa .newsletter-form button:hover {
  background: #ffb300;
  transform: translateY(-2px);
}

.footer-kidsa .footer-social {
  margin-top: 25px;
}

.footer-kidsa .footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.footer-kidsa .footer-social ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-kidsa .footer-social ul li a:hover {
  background: #ffc107;
  color: #1a1a1a;
  transform: translateY(-3px);
}

.footer-kidsa .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  .footer-kidsa .newsletter-form {
    flex-direction: column;
  }
  
  .footer-kidsa .newsletter-form button {
    width: 100%;
  }
}

/* Blog Section - News Thumb Image Fix */
.news-section .news-thumb {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}

.news-section .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}

.news-section .news-thumb:hover img {
  transform: scale(1.05);
}

.news-section .news-right-items.style-2 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-section .news-right-items.style-2 .news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.news-section .news-right-items.style-2 .news-content h3 {
  margin-bottom: 15px;
}

.news-section .news-right-items.style-2 .news-content h3 a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.news-section .news-right-items.style-2 .news-content h3 a:hover {
  color: #ffc107;
}

.news-section .news-right-items.style-2 .news-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Team Section - Gallery Carousel Fix */
.team-section-3 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.team-section-3 .team-items {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-section-3 .team-image {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}

.team-section-3 .team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}

.team-section-3 .team-image:hover img {
  transform: scale(1.05);
}

.team-section-3 .team-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.team-section-3 .team-image .shape-img {
  display: none !important;
}

.team-section-3 .team-image .shape-img img {
  display: none !important;
}

/* Ana CSS dosyasÄ±ndaki shape-img stillerini override et */
.team-items .team-image .shape-img {
  display: none !important;
}

.team-section-3 .team-content {
  display: none;
}

.team-section-3 .social-profile {
  display: none;
}

.team-section-3 .tree-shape,
.team-section-3 .right-shape,
.team-section-3 .bee-shape {
  display: none !important;
}

/* Gallery Section - Grid Display Fix */
.gallery-section {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.gallery-section .gallery-item-grid {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}

.gallery-section .gallery-item-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-section .gallery-item-grid:hover img {
  transform: scale(1.05);
}

.gallery-section .gallery-item-grid a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-section .gallery-overlay {
  display: none;
}

@media (max-width: 1199px) {
  .gallery-section .gallery-item-grid {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .gallery-section .gallery-item-grid {
    height: 250px;
  }
}

@media (max-width: 1199px) {
  .team-section-3 .team-image {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .team-section-3 .team-image {
    height: 280px;
  }
}

@media (max-width: 1199px) {
  .news-section .news-thumb {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .news-section .news-thumb {
    height: 250px;
  }
}

/* ========== Automec Theme Styles ========== */

/* Automec Theme Color Variables - From root CSS */
:root {
  --automec-primary: #C3002F;      /* Red/Orange - Primary color from Automec */
  --automec-secondary: #171717;     /* Black - Secondary color */
  --automec-dark: #171717;          /* Dark background */
  --automec-light: #F4F4F4;         /* Light background */
  --automec-text: #595959;          /* Text color */
  --automec-text-light: #595959;    /* Light text */
  --automec-white: #FFFFFF;         /* White */
  --automec-gray-50: #eef5f8;        /* Gray 50 */
  --automec-gray-100: #F4F4F4;      /* Gray 100 */
  --automec-gray-200: #E1E1E1;      /* Gray 200 */
  --automec-gray-300: #dfe2e9;      /* Gray 300 */
  --automec-gray-700: #333F4D;      /* Gray 700 */
  --automec-gray-800: #595959;      /* Gray 800 */
  --automec-gray-900: #171717;      /* Gray 900 */
}

/* Header - Automec Style-2 */
.header-top {
  padding: 6px 0;
  background-color: var(--automec-dark);
}

.header-top .te-header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px 60px;
}

.header-top .te-header-contact-info {
  display: flex;
  align-items: center;
  gap: 10px 33px;
  flex-wrap: wrap;
}

.header-top .te-header-contact-info span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--automec-white);
  font-size: 18px;
  font-weight: 400;
  font-family: "Yantramanav", sans-serif;
}

.header-top .te-header-contact-info span i {
  color: var(--automec-white);
}

.header-top .te-header-contact-info span a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--automec-white);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header-top .te-header-contact-info span a:hover {
  color: var(--automec-primary);
}

.header-top .header-top-btn a {
  position: relative;
  padding: 12px 46px;
  font-size: 18px;
  font-family: "Yantramanav", sans-serif;
  color: var(--automec-white);
  margin-bottom: -100px;
  display: inline-block;
  font-weight: 900;
  z-index: 10000;
  text-decoration: none;
  cursor: pointer;
}

.header-top .header-top-btn a:after {
  position: absolute;
  content: "";
  border-radius: 0 0 10px 10px;
  background-color: var(--automec-primary);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease-out;
}

.header-top .header-top-btn a:hover:after {
  background-color: var(--automec-primary);
}

.header-top .te-social-profile {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: flex-end;
}

.header-top .te-social-profile .te-social-profile-label {
  font-family: "Yantramanav", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  color: var(--automec-dark);
  margin-right: 14px;
}

.header-top .te-social-profile a {
  font-size: 16px;
  color: var(--automec-white);
  transition: all 0.5s ease-out;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  text-decoration: none;
}

.header-top .te-social-profile a:hover {
  color: var(--automec-white);
  background-color: var(--automec-primary);
}

.header-area.style-2 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  left: 0;
  background-color: var(--automec-dark);
}

.header-area.style-2 .te-main-menu ul li a {
  color: var(--automec-white);
  font-size: 18px;
  font-weight: 400;
  padding: 33px 17px;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

.header-area.style-2 .te-main-menu ul li.te-active > a {
  color: var(--automec-primary);
}

.header-area.style-2 .te-main-menu ul li a:hover {
  color: var(--automec-primary);
}

.header-area.style-2 .te-header-btn .te-quote-btn {
  background-color: var(--automec-primary);
  color: var(--automec-white);
  padding: 15px 32px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: inline-block;
  position: relative;
  z-index: 10000;
  cursor: pointer;
}

.header-area.style-2 .te-header-btn .te-quote-btn:hover {
  background-color: var(--automec-white);
  color: var(--automec-primary);
}

.te-header-menu-area {
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease-out;
}

.te-header-menu-area.te-sticky_menu {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
  background: var(--automec-white);
}

.te-header-menu-area.te-sticky_menu .te-main-menu ul li a {
  color: var(--automec-dark);
}

.te-header-menu-area .te-header-menu-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}

.te-header-menu-area .te-logo {
  position: relative;
  z-index: 999;
  height: auto;
  display: flex;
  align-items: center;
  width: auto;
  flex-shrink: 0;
}

.te-header-menu-area .te-logo .te-standard-logo img,
.te-header-menu-area .te-logo .te-sticky-logo img {
  height: 130px;
  width: auto;
  max-width: none;
  object-fit: contain;
}

.te-menu-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 40px;
}

.te-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
}

.te-main-menu ul li {
  position: relative;
}

.te-main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  margin-left: 5px;
}

.te-main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--automec-white);
  min-width: 200px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 999;
  padding: 10px 0;
  list-style: none;
}

.te-main-menu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.te-main-menu ul li .submenu li {
  display: block;
  width: 100%;
}

.te-main-menu ul li .submenu li a {
  padding: 10px 20px;
  display: block;
  color: var(--automec-dark);
}

.te-main-menu ul li .submenu li a:hover {
  color: var(--automec-primary);
  background-color: var(--automec-light);
}

@media (max-width: 1199px) {
  .header-area.style-2 {
    position: unset;
  }
  
  .header-area.style-2 .te-main-menu ul li a {
    color: var(--automec-dark);
  }
  
  .te-mobile-menu-toggle {
    display: flex !important;
    margin-left: auto;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
  }
  
  .te-mobile-menu-toggle .menu-toggle-btn {
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
  
  .te-mobile-menu-toggle .menu-toggle-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--automec-white);
    transition: all 0.3s ease;
    border-radius: 2px;
  }
  
  .te-mobile-menu-toggle .menu-toggle-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }
  
  .te-mobile-menu-toggle .menu-toggle-btn.active span:nth-child(2) {
    opacity: 0;
  }
  
  .te-mobile-menu-toggle .menu-toggle-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  
  .te-menu-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--automec-white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .te-menu-wrapper.active {
    display: flex;
  }
  
  .te-menu-wrapper .te-main-menu {
    width: 100%;
  }
  
  .te-menu-wrapper .te-main-menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  
  .te-menu-wrapper .te-main-menu ul li {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .te-menu-wrapper .te-main-menu ul li a {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  
  .te-menu-wrapper .te-header-btn {
    width: 100%;
    margin-top: 20px;
  }
  
  .te-menu-wrapper .te-header-btn .te-quote-btn {
    width: 100%;
    text-align: center;
    display: block;
  }
}

/* Footer - Automec Style-2 */
.footer.style-2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: var(--automec-dark);
}

.footer.style-2 .te-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer.style-2 .te-footer-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer.style-2 .footer-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.footer.style-2 .te-footer-sec {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(103, 104, 122, 0.6);
  padding-top: 120px;
  padding-bottom: 70px;
}

.footer.style-2 .te-footer-widget-title,
.footer.style-2 h2.te-footer-widget-title {
  font-family: "Yantramanav", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 37.8px;
  letter-spacing: -0.54px;
  color: var(--automec-white);
  position: relative;
  margin-bottom: 30px;
}

.footer.style-2 .te-footer-widget p,
.footer.style-2 .te-footer-widget.te_widget_nav_menu li a,
.footer.style-2 .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title a,
.footer.style-2 .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title,
.footer.style-2 .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-meta,
.footer.style-2 .footer-bottom-area .te-copyright-text p,
.footer.style-2 .footer-bottom-area .te-copyright-text p a {
  color: var(--automec-white);
}

.footer.style-2 .te-footer-widget.te_widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer.style-2 .te-footer-widget.te_widget_nav_menu ul li {
  margin-bottom: 12px;
}

.footer.style-2 .te-footer-widget.te_widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}

.footer.style-2 .te-footer-widget.te_widget_nav_menu ul li a {
  color: var(--automec-white);
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
  display: inline-block;
}

.footer.style-2 .te-footer-widget.te_widget_nav_menu ul li a:hover {
  color: var(--automec-primary) !important;
}

.footer.style-2 .te-footer-widget .te-social-profile-wrapper {
  margin-top: 20px;
}

.footer.style-2 .te-footer-widget .te-social-profile-wrapper .social-profile-title {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--automec-white);
  margin-bottom: 15px;
}

.footer.style-2 .te-footer-widget .te-social-profile-wrapper .te-social-profile {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer.style-2 .te-footer-widget .te-social-profile-wrapper .te-social-profile a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 42px;
  height: 42px;
  background-color: transparent;
  color: var(--automec-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

.footer.style-2 .te-footer-widget .te-social-profile-wrapper .te-social-profile a:hover {
  background-color: var(--automec-primary);
  border-color: var(--automec-primary);
  color: var(--automec-white);
}

.footer.style-2 .te-footer-widget .te-footer-widget-contact .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer.style-2 .te-footer-widget .te-footer-widget-contact .footer-contact ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.footer.style-2 .te-footer-widget .te-footer-widget-contact .footer-contact .contact-icon {
  color: var(--automec-primary);
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer.style-2 .te-footer-widget .te-footer-widget-contact .footer-contact .contact-text {
  color: var(--automec-white);
  font-size: 16px;
  line-height: 1.6;
}

.footer.style-2 .te-footer-widget .te-footer-widget-contact .footer-contact .contact-text a {
  color: var(--automec-white);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer.style-2 .te-footer-widget .te-footer-widget-contact .footer-contact .contact-text a:hover {
  color: var(--automec-primary);
}

.footer.style-2 .te-footer-widget .te_widget_latest_post ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post ul li {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post ul li:last-child {
  margin-bottom: 0;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 5px;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-thumb:hover img {
  transform: scale(1.1);
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-desc {
  flex: 1;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-meta {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-title a {
  color: var(--automec-white);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer.style-2 .te-footer-widget .te_widget_latest_post .te-latest-post-title a:hover {
  color: var(--automec-primary);
}

.footer-bottom-area {
  position: relative;
  z-index: 2;
  padding: 16px 0;
}

.footer-bottom-area .te-footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  gap: 10px 40px;
}

.footer-bottom-area .te-copyright-text p {
  color: var(--automec-white);
  margin-bottom: 0;
}

.footer-bottom-area .te-copyright-text p a {
  color: var(--automec-white);
  font-weight: 900;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom-area .te-copyright-text p a:hover {
  color: var(--automec-primary);
}

.footer-bottom-area .te-footer-bottom-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-bottom-area .te-footer-bottom-menu ul li {
  position: relative;
}

.footer-bottom-area .te-footer-bottom-menu ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.3);
}

.footer-bottom-area .te-footer-bottom-menu ul li a {
  color: var(--automec-white);
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-bottom-area .te-footer-bottom-menu ul li a:hover {
  color: var(--automec-primary);
  text-decoration: none;
}

.footer-bottom-area .te-copyright-text p a:hover {
  color: var(--automec-primary);
}

/* Footer - Digital Agency (Yugom) */
.te-footer-digital-agency {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.te-footer-digital-agency .digital-agency-text {
  color: var(--automec-white);
  font-size: 14px;
  font-weight: 400;
}

.te-footer-digital-agency .yugom-logo-link {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.te-footer-digital-agency .yugom-logo-link:hover {
  opacity: 0.8;
}

.te-footer-digital-agency .yugom-logo {
  height: auto;
  width: auto;
  max-width: none;
  object-fit: contain;
}

@media (max-width: 767px) {
  .te-footer-digital-agency {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    justify-content: flex-end;
  }
}

/* Footer - Contact Widget */
.automec-contact-widget .widget-head h3 {
  color: var(--automec-text);
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.automec-contact-widget .widget-head h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--automec-primary);
}

.automec-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.automec-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
  color: var(--automec-text-light);
}

.automec-contact-list li i {
  color: var(--automec-primary);
  font-size: 18px;
  margin-top: 3px;
  min-width: 20px;
}

.automec-contact-list li a {
  color: var(--automec-text-light);
  text-decoration: none;
  transition: color 0.3s ease;
}

.automec-contact-list li a:hover {
  color: var(--automec-primary);
}

.automec-contact-list li span {
  color: var(--automec-text-light);
  line-height: 1.6;
}

/* Latest News Section in Footer */
.latest-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.latest-news-list li {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--automec-light);
}

.latest-news-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.latest-news-list .news-date {
  font-size: 12px;
  color: var(--automec-text-light);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.latest-news-list .news-title {
  margin: 0;
}

.latest-news-list .news-title a {
  color: var(--automec-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.3s ease;
  display: block;
}

.latest-news-list .news-title a:hover {
  color: var(--automec-primary);
}

/* Header - Automec Style Overrides */
.header-3 .header-main {
  background-color: var(--automec-white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-3 .main-menu ul li a {
  color: var(--automec-text);
  font-weight: 500;
  transition: color 0.3s ease;
}

.header-3 .main-menu ul li a:hover {
  color: var(--automec-primary);
}

.header-3 .author-icon .icon {
  background-color: var(--automec-light);
  color: var(--automec-primary);
}

.header-3 .author-icon .content span {
  color: var(--automec-text-light);
}

.header-3 .author-icon .content h5 a {
  color: var(--automec-text);
  transition: color 0.3s ease;
}

.header-3 .author-icon .content h5 a:hover {
  color: var(--automec-primary);
}

/* Footer - Automec Style Overrides */
.footer-section {
  background-color: var(--automec-white);
}

.footer-section .widget-head h3 {
  color: var(--automec-text);
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-section .widget-head h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--automec-primary);
}

.footer-section .list-area li a {
  color: var(--automec-text-light);
  transition: color 0.3s ease;
}

.footer-section .list-area li a:hover {
  color: var(--automec-primary);
  padding-left: 5px;
}

.footer-section .list-area li i {
  color: var(--automec-primary);
}

/* Banner/Slider - Automec Style */
/* ===================================================================
   BANNER SLIDER - 1920x400 iÃ§in optimize edildi
   TÃ¼m Ã§akÄ±ÅŸan stilleri ezer
   =================================================================== */

/* Ana slider container - TÃœM Ã§akÄ±ÅŸan stilleri ezer */
section.slider-area.style-2 {
  overflow: hidden !important;
  position: relative !important;
  height: auto !important; /* Responsive yükseklik - sayfaya göre boyutlansın */
  min-height: 400px !important;
  max-height: none !important; /* Sayfaya göre boyutlansın */
  margin: 0 !important; /* Header ile boşluk yok */
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

section.slider-area.style-2 .swiper,
section.slider-area.style-2 .automec-hero-slider {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important; /* Responsive yükseklik - sayfaya göre boyutlansın */
  min-height: 400px !important;
  max-height: none !important; /* Sayfaya göre boyutlansın */
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

section.slider-area.style-2 .swiper-wrapper {
  height: 400px !important;
  min-height: 400px !important;
  max-height: 400px !important;
}

section.slider-area.style-2 .swiper-slide {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important; /* Responsive yükseklik - sayfaya göre boyutlansın */
  min-height: 400px !important;
  max-height: none !important; /* Sayfaya göre boyutlansın */
  overflow: hidden !important;
}

section.slider-area.style-2 .te-single-slider {
  background-size: contain !important; /* Resmin TAMAMI görünsün, eksik olmasın */
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important; /* Responsive yükseklik - sayfaya göre boyutlansın */
  min-height: 400px !important;
  max-height: none !important; /* Sayfaya göre boyutlansın */
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  background-color: transparent !important; /* Siyah arka plan kaldırıldı */
}

/* Mobilde banner tam genişlik - siyah alan olmasın */
@media (max-width: 991px) {
  section.slider-area.style-2 .te-single-slider {
    background-size: cover !important; /* Mobilde tam genişlik */
    background-position: center center !important;
    background-color: transparent !important; /* Siyah arka plan kaldırıldı */
  }
  
  /* Mobil banner varsa özel stil */
  section.slider-area.style-2 .te-single-slider.has-mobile-banner {
    background-size: cover !important;
    background-position: center center !important;
    background-color: transparent !important;
  }
}
  overflow: hidden;
  min-height: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

section.slider-area.style-2 .te-single-slider .te-slider-overlay {
  display: none !important;
}

section.slider-area.style-2 .te-single-slider .te-slider-container {
  position: relative !important;
  z-index: 3 !important;
  padding: 30px 0 !important;
  height: auto !important; /* Responsive yükseklik - sayfaya göre boyutlansın */
  min-height: 400px !important;
  max-height: none !important; /* Sayfaya göre boyutlansın */
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
  display: flex;
  align-items: center;
}

section.slider-area.style-2 .te-single-slider .te-slider-content-wrapper {
  position: relative !important;
  z-index: 99 !important;
  pointer-events: auto !important;
}

section.slider-area.style-2 .te-single-slider .te-slider-content {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

section.slider-area.style-2 .swiper-slide-active .te-slider-content {
  opacity: 1 !important;
}

section.slider-area.style-2 .te-single-slider .te-slider-content .te-slider-short-title {
  font-family: "Yantramanav", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  color: var(--automec-primary);
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

section.slider-area.style-2 .te-single-slider .te-slider-content .te-slider-title {
  color: var(--automec-white) !important;
  font-family: "Yantramanav", sans-serif !important;
  font-size: 42px !important;
  font-weight: 900 !important;
  line-height: 48px !important;
  margin-bottom: 15px !important;
  margin-bottom: 20px;
}

section.slider-area.style-2 .te-single-slider .te-slider-content .te-slider-short-desc {
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 18px !important;
  max-width: 600px;
}

section.slider-area.style-2 .te-single-slider .te-slider-content .te-slider-btn-wrapper {
  padding-top: 15px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

section.slider-area.style-2 .te-single-slider .te-slider-content .te-slider-btn-wrapper .te-theme-btn {
  flex-shrink: 0 !important;
  letter-spacing: 1px !important;
  padding: 14px 28px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 100;
  cursor: pointer;
  pointer-events: auto;
}

.slider-area .te-single-slider .te-slider-content .te-slider-btn-wrapper .te-theme-btn.style-2 {
  background-color: var(--automec-primary);
  color: var(--automec-white);
  border: 1px solid var(--automec-primary);
}

.slider-area .te-single-slider .te-slider-content .te-slider-btn-wrapper .te-theme-btn.style-2:hover {
  background-color: transparent;
  color: var(--automec-primary);
  border-color: var(--automec-primary);
}

.slider-area .te-single-slider .te-slider-content .te-slider-btn-wrapper .te-theme-btn.btn-secondary-dark {
  background-color: transparent;
  color: var(--automec-white);
  border: 1px solid var(--automec-white);
}

.slider-area .te-single-slider .te-slider-content .te-slider-btn-wrapper .te-theme-btn.btn-secondary-dark:hover {
  background-color: var(--automec-white);
  color: var(--automec-dark);
}

.slider-area.style-2 .te-single-slider .te-slider-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

section.slider-area.style-2 .te-single-slider .te-slider-line-bar {
  display: none !important;
}

section.slider-area.style-2 .te-single-slider .te-slider-feature-image {
  display: none !important;
}

section.slider-area.style-2 .te-single-slider .te-slider-feature-image img {
  display: none !important;
}

/* Swiper Navigation Arrows Styles */
.automec-hero-slider .swiper-button-prev,
.automec-hero-slider .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: var(--automec-primary, #C3002F);
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.automec-hero-slider .swiper-button-prev:after,
.automec-hero-slider .swiper-button-next:after {
  font-size: 20px;
  font-weight: 900;
}

.automec-hero-slider .swiper-button-prev {
  left: 30px;
}

.automec-hero-slider .swiper-button-next {
  right: 30px;
}

.automec-hero-slider .swiper-button-prev:hover,
.automec-hero-slider .swiper-button-next:hover {
  background-color: var(--automec-primary, #C3002F);
  color: #FFFFFF;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 var(--automec-primary);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(195, 0, 47, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(195, 0, 47, 0);
  }
}

/* Responsive Styles */
@media (max-width: 1199px) {
  .header-area.style-2 {
    position: unset;
  }
  
  .te-header-menu-area .te-logo {
    height: auto;
  }
  
  .te-header-menu-area .te-logo .te-standard-logo img,
  .te-header-menu-area .te-logo .te-sticky-logo img {
    height: 80px;
  }
  
  section.slider-area.style-2 {
    height: auto !important; /* Responsive yükseklik */
    min-height: 300px !important;
    max-height: none !important; /* Sayfaya göre boyutlansın */
  }
  
  section.slider-area.style-2 .swiper,
  section.slider-area.style-2 .automec-hero-slider,
  section.slider-area.style-2 .swiper-wrapper,
  section.slider-area.style-2 .swiper-slide,
  section.slider-area.style-2 .te-single-slider,
  section.slider-area.style-2 .te-slider-container {
    height: auto !important; /* Responsive yükseklik */
    min-height: 300px !important;
    max-height: none !important; /* Sayfaya göre boyutlansın */
  }
  
  section.slider-area.style-2 .te-single-slider .te-slider-content .te-slider-title {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  
  section.slider-area.style-2 .te-single-slider .te-slider-content .te-slider-short-desc {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  
  section.slider-area.style-2 .te-slider-container {
    padding: 20px 0 !important;
  }
  
  /* Responsive'de resim büyüyüp küçülsün - contain kullan (tam görünüm) */
  section.slider-area.style-2 .te-single-slider {
    background-size: contain !important; /* Resmin tamamı görünsün, eksik olmasın */
    background-color: transparent !important;
  }
}

/* ===================================================================
   RESPONSIVE - Tablet (991px)
   =================================================================== */
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
  
  section.slider-area.style-2 {
    height: auto !important; /* Responsive yükseklik */
    min-height: 220px !important;
    max-height: none !important; /* Sayfaya göre boyutlansın */
    width: 100% !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  section.slider-area.style-2 .swiper,
  section.slider-area.style-2 .automec-hero-slider,
  section.slider-area.style-2 .swiper-wrapper,
  section.slider-area.style-2 .swiper-slide,
  section.slider-area.style-2 .te-single-slider,
  section.slider-area.style-2 .te-slider-container {
    height: auto !important; /* Responsive yükseklik */
    min-height: 220px !important;
    max-height: none !important; /* Sayfaya göre boyutlansın */
    width: 100% !important;
    max-width: 100vw !important;
  }
  
  /* Container padding'i kaldır - tam genişlik için */
  section.slider-area.style-2 .container,
  section.slider-area.style-2 .te-slider-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  
  /* Tablet'te (991px) resim büyüyüp küçülsün - contain kullan (tam görünüm) */
  section.slider-area.style-2 .te-single-slider {
    background-size: contain !important; /* Resmin tamamı görünsün, eksik olmasın */
    background-color: transparent !important;
  }
  
  section.slider-area.style-2 .te-single-slider .te-slider-content .te-slider-title {
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 8px !important;
  }
  
  section.slider-area.style-2 .te-single-slider .te-slider-content .te-slider-short-desc {
    font-size: 12px !important;
    line-height: 16px !important;
    margin-bottom: 10px !important;
  }
  
  section.slider-area.style-2 .te-single-slider .te-slider-content .te-slider-btn-wrapper .te-theme-btn {
    padding: 9px 18px !important;
    font-size: 12px !important;
  }
  
  section.slider-area.style-2 .te-slider-container {
    padding: 15px 10px !important;
  }
  
  .footer.style-2 .te-footer-sec {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

/* ===================================================================
   RESPONSIVE - Mobil (767px) - 800x800 Kare Resim İçin
   =================================================================== */
@media (max-width: 767px) {
  section.slider-area.style-2 {
    height: auto !important;
    min-height: 100vw !important; /* Kare resim için: genişlik = yükseklik */
    max-height: none !important;
    aspect-ratio: 1/1 !important; /* 800x800 kare resim için 1:1 oran */
    width: 100% !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  section.slider-area.style-2 .swiper,
  section.slider-area.style-2 .automec-hero-slider,
  section.slider-area.style-2 .swiper-wrapper {
    height: auto !important;
    min-height: 100vw !important; /* Kare resim için */
    max-height: none !important;
    aspect-ratio: 1/1 !important; /* 1:1 kare oran */
    width: 100% !important;
    max-width: 100vw !important;
  }
  
  section.slider-area.style-2 .swiper-slide,
  section.slider-area.style-2 .te-single-slider {
    height: auto !important;
    min-height: 100vw !important; /* Kare resim için */
    max-height: none !important;
    aspect-ratio: 1/1 !important; /* 1:1 kare oran */
    width: 100% !important;
    max-width: 100vw !important;
  }
  
  /* Container padding'i kaldır - tam genişlik için */
  section.slider-area.style-2 .container,
  section.slider-area.style-2 .te-slider-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100vw !important; /* Kare resim için */
  }
  
  section.slider-area.style-2 .te-slider-container {
    height: auto !important;
    min-height: 100vw !important; /* Kare resim için */
    min-height: 200px !important;
    max-height: none !important;
  }
  
  section.slider-area.style-2 .te-single-slider .te-slider-content .te-slider-title {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 6px !important;
  }
  
  section.slider-area.style-2 .te-single-slider .te-slider-content .te-slider-short-desc {
    font-size: 11px !important;
    line-height: 15px !important;
    margin-bottom: 8px !important;
    display: none !important; /* Mobilde aÃ§Ä±klama gizle */
  }
  
  section.slider-area.style-2 .te-slider-container {
    padding: 12px 8px !important;
  }
  
  section.slider-area.style-2 .te-single-slider .te-slider-content .te-slider-btn-wrapper {
    padding-top: 8px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px !important;
  }
  
  section.slider-area.style-2 .te-single-slider .te-slider-content .te-slider-btn-wrapper .te-theme-btn {
    padding: 7px 14px !important;
    font-size: 11px !important;
    width: auto !important;
    max-width: 160px !important;
    justify-content: center !important;
  }
  
  .slider-area.style-2 .te-single-slider .te-slider-overlay {
    display: none;
  }
  
  .slider-area.style-2 .te-single-slider .te-slider-feature-image {
    display: none;
  }
  
  .slider-area.style-2 .te-single-slider .te-slider-feature-image img {
    display: none;
  }
  
  .slider-area.style-2 .te-single-slider .te-slider-line-bar {
    display: none;
  }
  
  .automec-hero-slider .swiper-button-prev,
  .automec-hero-slider .swiper-button-next {
    width: 26px !important;
    height: 26px !important;
    left: 5px;
  }
  
  .automec-hero-slider .swiper-button-next {
    right: 5px;
    left: auto;
  }
  
  .automec-hero-slider .swiper-button-prev:after,
  .automec-hero-slider .swiper-button-next:after {
    font-size: 9px !important;
  }
  
  /* Mobil alt butonlar iÃ§in body'ye padding ekle */
  body {
    padding-bottom: 70px !important;
  }
  
  .footer.style-2 .te-footer-sec {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  
  .footer-bottom-area {
    padding: 30px 0;
  }
}

/* Latest Posts Area Style 2 */
.latest-posts-area.style-2 {
  padding: 120px 0;
  background-color: #fff;
}

.latest-posts-area.style-2 .te-section-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 30px;
}

.latest-posts-area.style-2 .te-section-title.left-align-title {
  text-align: left;
}

.latest-posts-area.style-2 .te-section-title .te-section-content {
  flex: 1;
}

.latest-posts-area.style-2 .te-section-title .short-title-wrapper {
  margin-bottom: 15px;
}

.latest-posts-area.style-2 .te-section-title .short-title {
  font-family: "Yantramanav", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--automec-primary);
  display: inline-block;
}

.latest-posts-area.style-2 .te-section-title .title {
  font-family: "Yantramanav", sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
  color: var(--automec-dark);
  margin: 0;
}

.latest-posts-area.style-2 .te-section-title .te-section-desc {
  display: flex;
  align-items: center;
}

.latest-posts-area.style-2 .te-theme-btn-wrapper {
  margin-top: 0;
}

.latest-posts-area.style-2 .te-theme-btn.style-2 {
  background-color: var(--automec-primary);
  color: var(--automec-white);
  padding: 15px 32px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: 1px solid var(--automec-primary);
}

.latest-posts-area.style-2 .te-theme-btn.style-2:hover {
  background-color: transparent;
  color: var(--automec-primary);
  border-color: var(--automec-primary);
}

.latest-posts-area.style-2 .te-post-card.style-2 {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 100%;
}

.latest-posts-area.style-2 .te-post-card.style-2:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.latest-posts-area.style-2 .te-post-card.style-2 .image {
  height: 504px;
  width: 410px;
  overflow: hidden;
  flex-shrink: 0;
}

.latest-posts-area.style-2 .te-post-card.style-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.latest-posts-area.style-2 .te-post-card.style-2:hover .image img {
  transform: scale(1.05);
}

.latest-posts-area.style-2 .te-post-card.style-2 .content {
  width: 410px;
  min-height: 350px;
  height: 350px;
  padding: 40px;
  border-radius: 5px;
  background-color: #F4F4F4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 220px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-post-meta-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-single-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--automec-text-color);
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-single-meta .icon {
  color: var(--automec-primary);
  font-size: 14px;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-single-meta .text {
  color: var(--automec-text-color);
}

.latest-posts-area.style-2 .te-post-card.style-2 .title {
  font-family: "Yantramanav", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 15px;
}

.latest-posts-area.style-2 .te-post-card.style-2 .title a {
  color: var(--automec-dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.latest-posts-area.style-2 .te-post-card.style-2 .title a:hover {
  color: var(--automec-primary);
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-post-content {
  margin-bottom: 20px;
  flex: 1;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-post-content {
  margin-bottom: 20px;
  flex: 1;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-post-content p {
  font-size: 16px;
  line-height: 26px;
  color: var(--automec-text-color);
  margin: 0;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-theme-btn {
  background-color: transparent;
  color: var(--automec-primary);
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: none;
  width: auto;
  margin-top: 35px;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-theme-btn:hover {
  color: var(--automec-dark);
  gap: 15px;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-theme-btn i {
  transition: transform 0.3s ease;
}

.latest-posts-area.style-2 .te-post-card.style-2 .te-theme-btn:hover i {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 1399px) {
  .latest-posts-area.style-2 .te-post-card.style-2 {
    flex-direction: column;
    gap: 0;
  }
  
  .latest-posts-area.style-2 .te-post-card.style-2 .image {
    height: 350px;
    width: 100%;
  }
  
  .latest-posts-area.style-2 .te-post-card.style-2 .content {
    width: 100%;
    position: unset;
    top: unset;
    transform: unset;
    left: unset;
  }
}

@media (max-width: 991px) {
  .latest-posts-area.style-2 {
    padding: 80px 0;
  }
  
  .latest-posts-area.style-2 .te-section-title {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .latest-posts-area.style-2 .te-section-title .title {
    font-size: 36px;
    line-height: 46px;
  }
  
  .latest-posts-area.style-2 .te-post-card.style-2 .image {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .latest-posts-area.style-2 {
    padding: 60px 0;
  }
  
  .latest-posts-area.style-2 .te-section-title .title {
    font-size: 28px;
    line-height: 38px;
  }
  
  .latest-posts-area.style-2 .te-post-card.style-2 .content {
    padding: 20px;
  }
  
  .latest-posts-area.style-2 .te-post-card.style-2 .title {
    font-size: 20px;
    line-height: 30px;
  }
}

/* ========== PAÅA DÃ–NER Header Styles ========== */
.pasa-doner-header {
  background-color: #C3002F;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

.pasa-doner-header .container {
  max-width: 95%;
  margin: 0 auto;
  padding: 0 20px;
  width: 95%;
}

.pasa-doner-header .row {
  margin: 0;
}

/* Logo Section */
.pasa-logo-wrapper {
  display: flex;
  align-items: center;
}

.pasa-logo-link {
  display: inline-block;
  text-decoration: none;
}

.pasa-logo-img {
  height: auto;
  max-height: 60px;
  width: auto;
  max-width: 100%;
}

/* Navigation Buttons */
.pasa-nav-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pasa-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.pasa-nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  text-decoration: none;
}

.pasa-nav-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.pasa-nav-text {
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  font-weight: 500;
}

/* Header Right Section */
.pasa-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

/* Application Buttons */
.pasa-basvur-btn,
.pasa-takip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: 1px solid transparent;
}

.pasa-basvur-btn {
  background-color: #FFFFFF;
  color: #C3002F;
  border-color: #FFFFFF;
}

.pasa-basvur-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #C3002F;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.pasa-takip-btn {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.pasa-takip-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.pasa-basvur-btn span,
.pasa-takip-btn span {
  color: inherit;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .pasa-nav-buttons {
    display: none;
  }
  
  .pasa-header-right {
    display: none;
  }
  
  .pasa-mobile-menu-toggle {
    display: flex;
  }
  
  .pasa-doner-header .row {
    position: relative;
  }
  
  .pasa-logo-wrapper {
    margin-right: 60px;
  }
}

/* Mobil MenÃ¼ Toggle Butonu */
.pasa-mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.pasa-mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.pasa-mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.pasa-mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.pasa-mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobil MenÃ¼ Overlay */
.pasa-mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pasa-mobile-menu-overlay.active {
  display: block;
  opacity: 1;
}

/* Mobil MenÃ¼ Panel */
.pasa-mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 320px;
  max-width: 85%;
  height: 100%;
  background-color: #000000;
  z-index: 9999;
  overflow-y: auto;
  transition: left 0.3s ease;
  display: flex;
  flex-direction: column;
}

.pasa-mobile-menu.active {
  left: 0;
}

/* Mobil MenÃ¼ Header (Logo ve Kapat Butonu) */
.pasa-mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pasa-mobile-logo-link {
  display: block;
}

.pasa-mobile-logo-img {
  max-height: 50px;
  width: auto;
  height: auto;
}

.pasa-mobile-menu-close {
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.pasa-mobile-menu-close:hover {
  color: #C3002F;
  transform: rotate(90deg);
}

/* Mobil MenÃ¼ Navigasyon */
.pasa-mobile-menu-nav {
  flex: 1;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pasa-mobile-nav-link {
  display: block;
  padding: 15px 20px;
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pasa-mobile-nav-link:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #C3002F;
  padding-left: 25px;
  text-decoration: none;
}

/* Mobil MenÃ¼ Butonlar */
.pasa-mobile-menu-buttons {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pasa-mobile-basvur-btn,
.pasa-mobile-takip-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}

.pasa-mobile-basvur-btn {
  background-color: #C3002F;
  color: #FFFFFF;
  border: 1px solid #C3002F;
}

.pasa-mobile-basvur-btn:hover {
  background-color: #C3002F;
  color: #FFFFFF;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(195, 0, 47, 0.3);
}

.pasa-mobile-takip-btn {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.pasa-mobile-takip-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Mobil MenÃ¼ Telefon */
.pasa-mobile-menu-phone {
  padding: 20px;
}

.pasa-mobile-phone-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pasa-mobile-phone-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #C3002F;
  text-decoration: none;
  transform: translateY(-2px);
}

.pasa-mobile-phone-link i {
  font-size: 20px;
  color: #C3002F;
}

.pasa-mobile-phone-link:hover i {
  color: #C3002F;
}

@media (max-width: 991px) {
  .pasa-nav-buttons,
  .pasa-header-right {
    display: none;
  }
  
  .pasa-mobile-menu-toggle {
    display: flex;
  }
  
  .pasa-doner-header .row {
    position: relative;
  }
  
  .pasa-logo-wrapper {
    margin-right: 60px;
  }
}

@media (max-width: 767px) {
  .pasa-doner-header {
    padding: 12px 0;
  }
  
  .pasa-nav-buttons {
    display: none;
  }
  
  .pasa-header-right {
    display: none;
  }
  
  .pasa-mobile-menu-toggle {
    display: flex;
    right: 15px;
  }
  
  .pasa-logo-wrapper {
    margin-right: 50px;
  }
  
  .pasa-logo-img {
    max-height: 45px;
  }
  
  .pasa-mobile-menu {
    width: 300px;
  }
}

/* Location Selector Section */
.pasa-location-section {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pasa-location-section .container {
  max-width: 95%;
  margin: 0 auto;
  padding: 0 20px;
  width: 95%;
}

.pasa-select-location {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pasa-select-location:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.pasa-select-location i {
  font-size: 16px;
}

.pasa-select-location span {
  color: #FFFFFF;
}

/* PAÅA DÃ–NER Footer Styles */
.pasa-doner-footer {
  background-color: #C3002F;
  padding: 40px 0 20px;
  position: relative;
  color: #FFFFFF;
}

.pasa-doner-footer .container {
  max-width: 95% !important;
  width: 95% !important;
  margin: 0 auto;
  padding: 0 20px;
}

.pasa-footer-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

/* Sol Taraf: Ä°letiÅŸim Kutusu */
.pasa-footer-contact-box {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 30px 40px;
  min-width: 500px;
  max-width: 600px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

.pasa-footer-logo-wrapper {
  margin-bottom: 0;
  flex-shrink: 0;
}

.pasa-footer-logo {
  max-height: 50px;
  width: auto;
  height: auto;
}

.pasa-footer-contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  flex: 1;
  text-align: left;
}

.pasa-whatsapp-section {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.pasa-whatsapp-section:hover {
  opacity: 0.9;
  text-decoration: none;
}

.pasa-whatsapp-icon-wrapper {
  width: 40px;
  height: 40px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pasa-whatsapp-icon-wrapper i {
  color: #FFFFFF;
  font-size: 20px;
}

.pasa-contact-label {
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
}

.pasa-phone-number {
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.2;
  transition: opacity 0.3s ease;
  margin-top: 0;
}

.pasa-phone-number:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #FFFFFF;
}

/* SaÄŸ Taraf: Ä°Ã§erik */
.pasa-footer-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Ãœst MenÃ¼ Linkleri */
.pasa-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.pasa-footer-nav-link {
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.pasa-footer-nav-link:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #FFFFFF;
}

/* AyÄ±rÄ±cÄ± Ã‡izgi */
.pasa-footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 10px 0;
}

/* Alt Bilgi */
.pasa-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}

/* Digital Ajans - Yugom */
.pasa-footer-digital-agency {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 10px;
}

.pasa-digital-agency-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pasa-digital-agency-link:hover {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 1;
}

.pasa-digital-agency-text {
  font-size: 12px;
  white-space: nowrap;
}

.pasa-yugom-logo {
  height: auto;
  width: auto;
  max-height: none;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.pasa-digital-agency-link:hover .pasa-yugom-logo {
  opacity: 1;
}

.pasa-footer-copyright {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/* Sosyal Medya Ä°konlarÄ± */
.pasa-footer-social {
  display: flex;
  gap: 12px;
  align-items: center;
}

.pasa-social-icon {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C3002F;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
}

.pasa-social-icon:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #C3002F;
  text-decoration: none;
}

/* Scroll to Top Button */
.scroll-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #C3002F;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.scroll-icon.show {
  opacity: 1;
  visibility: visible;
}

.scroll-icon:hover {
  background-color: #C3002F;
  color: #FFFFFF;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.scroll-icon i {
  font-size: 20px;
}

/* Responsive Styles */
@media (max-width: 1199px) {
  .pasa-footer-wrapper {
    gap: 30px;
  }
  
  .pasa-footer-contact-box {
    min-width: 500px;
    max-width: 600px;
    padding: 25px 35px;
  }
  
  .pasa-phone-number {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .pasa-doner-footer {
    padding: 30px 0 20px;
  }
  
  .pasa-footer-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  
  .pasa-footer-contact-box {
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }
  
  .pasa-footer-nav {
    justify-content: flex-start;
  }
  
  .pasa-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    position: relative;
  }
  
  .pasa-footer-social {
    width: 100%;
    justify-content: flex-start;
  }
  
  .pasa-footer-digital-agency {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .pasa-doner-footer {
    padding: 25px 0 15px;
  }
  
  .pasa-doner-footer .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 15px;
  }
  
  .pasa-footer-contact-box {
    padding: 25px 20px;
    border-radius: 15px;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }
  
  .pasa-footer-logo-wrapper {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  
  .pasa-footer-logo {
    max-height: 40px;
  }
  
  .pasa-footer-contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    flex: 1;
    text-align: left;
  }
  
  .pasa-contact-label {
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .pasa-phone-number {
    font-size: 20px;
    margin-top: 0;
  }
  
  .pasa-footer-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .pasa-footer-nav-link {
    font-size: 14px;
  }
  
  .pasa-footer-copyright {
    font-size: 12px;
  }
  
  .pasa-footer-digital-agency {
    position: static;
    margin-top: 15px;
    align-self: flex-end;
  }
  
  .pasa-digital-agency-link {
    font-size: 11px;
  }
  
  .pasa-yugom-logo {
    height: auto;
    width: auto;
    max-height: none;
  }
  
  .pasa-social-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  
  .scroll-icon {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
  }
  
  .scroll-icon i {
    font-size: 18px;
  }
}

/* Franchise Opportunities Section */
.franchise-opportunities-section {
  background-color: #000000;
  padding: 80px 0;
  margin-top: 0;
  color: #FFFFFF;
}

.franchise-opportunities-section .container {
  max-width: 95% !important;
  width: 95% !important;
  margin: 0 auto;
  padding: 0 20px;
}

.franchise-content {
  padding-right: 40px;
}

.franchise-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.2;
}

.franchise-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 25px;
  line-height: 1.6;
}

.franchise-all-link {
  display: inline-block;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 40px;
  transition: opacity 0.3s ease;
}

.franchise-all-link:hover {
  opacity: 0.8;
  color: #FFFFFF;
  text-decoration: underline;
}

.franchise-locations-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.franchise-locations-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.1);
}

.franchise-locations-list::-webkit-scrollbar {
  width: 8px;
}

.franchise-locations-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.franchise-locations-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.franchise-locations-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.6);
}

.franchise-location-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 12px 15px;
  margin-bottom: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 55px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.franchise-location-item:hover {
  text-decoration: none;
  color: inherit;
}

.franchise-location-item:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.location-info {
  flex: 1;
}

.location-city {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 3px;
  line-height: 1.2;
}

.location-district {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 1.2;
}

.location-arrow-btn {
  width: 32px;
  height: 32px;
  background-color: #000000;
  border: none;
  border-radius: 50%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  text-decoration: none;
}

.location-arrow-btn:hover {
  background-color: #C3002F;
  transform: scale(1.1);
  color: #FFFFFF !important;
}

.location-arrow-btn i {
  font-size: 14px;
}

.franchise-location-item a.location-arrow-btn {
  color: #FFFFFF;
  text-decoration: none;
}

/* Harita Wrapper */
.franchise-map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.franchise-map-image {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
  border-radius: 12px;
}

/* Responsive Styles */
@media (max-width: 1199px) {
  .franchise-content {
    padding-right: 30px;
  }
  
  .franchise-title {
    font-size: 36px;
  }
  
  .franchise-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .franchise-opportunities-section {
    padding: 60px 0;
    margin-top: 0;
  }
  
  .franchise-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  
  .franchise-title {
    font-size: 32px;
  }
  
  .franchise-locations-list {
    grid-template-columns: repeat(2, 1fr);
    max-height: none;
    overflow-y: visible;
    overflow-x: visible;
    gap: 10px;
    padding-right: 0;
  }
  
  .franchise-map-wrapper {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .franchise-opportunities-section {
    padding: 40px 0;
    margin-top: 0;
  }
  
  .franchise-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .franchise-subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
  
  .franchise-all-link {
    font-size: 14px;
    margin-bottom: 30px;
  }
  
  .franchise-locations-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .franchise-locations-list {
    grid-template-columns: 1fr;
    gap: 8px;
    max-height: none;
    overflow-y: visible;
    overflow-x: visible;
    padding-right: 0;
  }
  
  .franchise-location-item {
    padding: 10px 12px;
    margin-bottom: 0;
    min-height: 50px;
  }
  
  .location-city {
    font-size: 15px;
    margin-bottom: 2px;
  }
  
  .location-district {
    font-size: 12px;
  }
  
  .location-arrow-btn {
    width: 28px;
    height: 28px;
  }
  
  .location-arrow-btn i {
    font-size: 12px;
  }
  
  .franchise-map-wrapper {
    min-height: 300px;
  }
}

/* Neden PaÅŸa DÃ¶ner Section */
.neden-pasa-doner-section {
  padding: 40px 0 0 0;
  margin-bottom: 0;
  background-color: #C3002F;
  position: relative;
  min-height: 450px;
  overflow: hidden;
}

.neden-pasa-doner-section .container {
  max-width: 70% !important;
  width: 70% !important;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.pasa-doner-content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 60%;
}

.neden-pasa-doner-title {
  font-size: 42px;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 30px;
  line-height: 1.2;
}

.pasa-doner-feature-box {
  text-align: center;
  padding: 15px 10px;
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.pasa-doner-feature-box:hover {
  transform: translateY(-5px);
}

.feature-icon-wrapper {
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon {
  width: 108px;
  height: 108px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.pasa-doner-feature-box:hover .feature-icon {
  transform: scale(1.1);
}

.feature-content {
  text-align: center;
}

.feature-title {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


.pasa-doner-image-wrapper-absolute {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  z-index: 1;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.pasa-doner-main-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-bottom: 0;
  object-fit: contain;
  object-position: bottom;
  vertical-align: bottom;
}

@media (max-width: 991px) {
  .neden-pasa-doner-section {
    padding: 30px 0 0 0;
    margin-bottom: 0;
    min-height: auto;
  }
  
  .pasa-doner-content-wrapper {
    max-width: 100%;
  }
  
  .neden-pasa-doner-title {
    font-size: 28px;
    text-align: center;
    color: #FFD700;
    margin-bottom: 15px;
  }
  
  .pasa-doner-image-wrapper-absolute {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  
  .pasa-doner-main-image {
    margin: 0 auto;
  }
  
  .pasa-doner-feature-box {
    padding: 15px 10px;
    margin-bottom: 15px;
  }
  
  .feature-icon {
    width: 90px;
    height: 90px;
  }
  
  .feature-title {
    font-size: 13px;
    color: #FFFFFF;
  }
}

@media (max-width: 767px) {
  .neden-pasa-doner-section {
    padding: 30px 0 0 0;
    margin-bottom: 0;
    min-height: auto;
  }
  
  .pasa-doner-content-wrapper {
    max-width: 100%;
  }
  
  .neden-pasa-doner-title {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
    color: #FFD700;
  }
  
  .pasa-doner-image-wrapper-absolute {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .pasa-doner-main-image {
    margin: 0 auto;
  }
  
  .feature-icon {
    width: 80px;
    height: 80px;
  }
  
  .feature-title {
    font-size: 11px;
    line-height: 1.3;
    color: #FFFFFF;
  }
  
  .pasa-doner-feature-box {
    padding: 15px 10px;
    margin-bottom: 15px;
  }
}

/* FAQ Section - Footer ÃœstÃ¼ */
.faq-section {
  background-color: #F8F9FA;
  padding: 40px 0;
  margin-top: 0;
  margin-bottom: 50px;
}

.faq-section .container {
  max-width: 95% !important;
  width: 95% !important;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-header {
  text-align: center;
  margin-bottom: 50px;
}

.faq-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.2;
}

.faq-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin: 0;
}

.faq-accordion {
  max-width: 95%;
  width: 95%;
  margin: 0 auto;
}

.faq-accordion-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-accordion-item:hover {
  border-color: #C3002F;
  box-shadow: 0 4px 12px rgba(195, 0, 47, 0.2);
}

.faq-accordion-header {
  margin: 0;
}

.faq-accordion-button {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 20px 25px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.faq-accordion-button:not(.collapsed) {
  background-color: #C3002F;
  color: #FFFFFF;
}

.faq-accordion-button.collapsed {
  background-color: #C3002F;
  color: #FFFFFF;
}

.faq-accordion-button:hover {
  background-color: #C3002F;
  color: #FFFFFF;
}

.faq-accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.faq-question {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  flex: 1;
  padding-right: 20px;
  line-height: 1.5;
}

.faq-icon {
  font-size: 16px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-accordion-button:not(.collapsed) .faq-icon {
  transform: rotate(180deg);
}

.faq-accordion-collapse {
  border-top: 1px solid #C3002F;
}

.faq-accordion-body {
  padding: 25px;
  background-color: #FFFFFF;
}

.faq-answer {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
}

.faq-accordion-button:not(.collapsed) + .faq-accordion-collapse .faq-accordion-body {
  background-color: #FFFFFF;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .faq-section {
    padding: 30px 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
  
  .faq-title {
    font-size: 36px;
  }
  
  .faq-subtitle {
    font-size: 16px;
  }
  
  .faq-header {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .faq-section {
    padding: 25px 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
  
  .faq-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  
  .faq-subtitle {
    font-size: 15px;
  }
  
  .faq-header {
    margin-bottom: 30px;
  }
  
  .faq-accordion-button {
    padding: 15px 20px;
  }
  
  .faq-question {
    font-size: 16px;
    padding-right: 15px;
  }
  
  .faq-icon {
    font-size: 14px;
  }
  
  .faq-accordion-body {
    padding: 20px;
  }
  
  .faq-answer {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Franchise Application Section */
.franchise-application-section {
  padding: 60px 0;
  background-color: #F8F9FA;
}

.franchise-application-section .container {
  max-width: 95% !important;
  width: 95% !important;
  margin: 0 auto;
  padding: 0 20px;
}

/* Sol Taraf - Bilgi KutucuklarÄ± */
.application-info-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-box {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(195, 0, 47, 0.15);
}

.info-box-icon {
  width: 60px;
  height: 60px;
  background-color: #C3002F;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.info-box-icon i {
  font-size: 28px;
  color: #FFFFFF;
}

.info-box-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 12px;
}

.info-box-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

/* SaÄŸ Taraf - Form */
.application-form-wrapper {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.form-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #C3002F;
  margin-bottom: 10px;
}

.form-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 30px;
}

.franchise-application-form .form-group {
  margin-bottom: 20px;
}

.franchise-application-form .form-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
  display: block;
}

.franchise-application-form .form-control {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 12px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
}

.franchise-application-form .form-control:focus {
  border-color: #C3002F;
  box-shadow: 0 0 0 3px rgba(195, 0, 47, 0.1);
  outline: none;
}

.franchise-application-form select.form-control {
  cursor: pointer;
}

/* Radio Button Group */
.radio-group {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.radio-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #000000;
  border: 2px solid #000000;
  border-radius: 8px;
  padding: 12px 24px;
  transition: all 0.3s ease;
  min-width: 160px;
  position: relative;
  text-align: center;
}

.radio-label:hover {
  background-color: #333333;
  border-color: #333333;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.radio-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  cursor: pointer;
}

.radio-label input[type="radio"]:checked + span {
  color: #FFFFFF;
}

.radio-label.active {
  background-color: #C3002F;
  border-color: #C3002F;
  box-shadow: 0 4px 12px rgba(195, 0, 47, 0.3);
}

.radio-label.active:hover {
  background-color: #C3002F;
  border-color: #C3002F;
}

.radio-label.active span::after {
  content: "\2713";
  font-weight: 700;
  margin-left: 5px;
}

.radio-label span {
  user-select: none;
  pointer-events: none;
  display: block;
  width: 100%;
}

/* Input with Unit (mÂ²) */
.input-with-unit {
  position: relative;
  display: flex;
  align-items: center;
}

.input-with-unit .form-control {
  padding-right: 50px;
}

.input-unit {
  position: absolute;
  right: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  pointer-events: none;
}

/* Consent Checkbox */
.consent-group {
  margin-top: 25px;
  margin-bottom: 20px;
}

.consent-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.consent-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  cursor: pointer;
  accent-color: #C3002F;
  flex-shrink: 0;
  border: 2px solid #333333 !important;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
  position: relative;
  transition: all 0.3s ease;
}

.consent-checkbox input[type="checkbox"]:checked {
  background-color: #C3002F;
  border-color: #C3002F !important;
}

.consent-checkbox input[type="checkbox"]:checked::after {
  content: "\2713";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.consent-checkbox input[type="checkbox"]:hover {
  border-color: #C3002F !important;
  box-shadow: 0 0 0 2px rgba(195, 0, 47, 0.1);
}

.consent-checkbox input[type="checkbox"]:focus {
  outline: none;
  border-color: #C3002F !important;
  box-shadow: 0 0 0 3px rgba(195, 0, 47, 0.2);
}

.consent-checkbox label {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  cursor: pointer;
  margin: 0;
}

.consent-link {
  color: #C3002F;
  text-decoration: underline;
  font-weight: 600;
}

.consent-link:hover {
  color: #C3002F;
}

/* Shop Details Section - KoÅŸullu GÃ¶rÃ¼nÃ¼rlÃ¼k */
.shop-details-section {
  transition: all 0.3s ease;
  overflow: hidden;
}

.btn-submit {
  width: 100%;
  background-color: #C3002F;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 15px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-submit:hover {
  background-color: #C3002F;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(195, 0, 47, 0.3);
}

.btn-submit i {
  font-size: 18px;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .franchise-application-section {
    padding: 40px 0;
  }
  
  .application-info-boxes {
    margin-bottom: 40px;
  }
  
  /* Tablet'te bilgi kutucuklarÄ± gÃ¶rÃ¼nsÃ¼n */
  @media (min-width: 768px) {
    .application-info-boxes {
      display: flex !important;
    }
  }
  
  .application-form-wrapper {
    padding: 30px;
  }
  
  .form-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .franchise-application-section {
    padding: 30px 0;
  }
  
  /* Mobilde sol taraftaki bilgi kutucuklarÄ±nÄ± gizle */
  .info-boxes-wrapper {
    display: none !important;
  }
  
  .application-form-wrapper {
    padding: 20px;
  }
  
  .form-title {
    font-size: 24px;
  }
  
  .form-subtitle {
    font-size: 14px;
  }
}

/* ===================================================================
   MOBÄ°L SABÄ°T ALT BUTONLAR - Hemen BaÅŸvur ve Hemen Ara
   =================================================================== */

/* Mobil sabit butonlar container - Sadece mobilde gÃ¶rÃ¼nÃ¼r */
.mobile-fixed-buttons {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.9) 100%);
  padding: 10px 15px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  z-index: 99999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Tablet ve Mobilde gÃ¶ster */
@media (max-width: 991px) {
  .mobile-fixed-buttons {
    display: flex !important;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
  }
}

/* Butonlar */
.mobile-fixed-buttons .btn-action {
  flex: 1;
  padding: 14px 20px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Hemen BaÅŸvur butonu - KÄ±rmÄ±zÄ± */
.mobile-fixed-buttons .btn-basvur {
  background: linear-gradient(135deg, #C3002F 0%, #8B0021 100%);
  color: white;
}

.mobile-fixed-buttons .btn-basvur:hover {
  background: linear-gradient(135deg, #8B0021 0%, #C3002F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(195, 0, 47, 0.4);
}

/* Hemen Ara butonu - YeÅŸil */
.mobile-fixed-buttons .btn-ara {
  background: linear-gradient(135deg, #009abf 0%, #007a99 100%);
  color: white;
}

.mobile-fixed-buttons .btn-ara:hover {
  background: linear-gradient(135deg, #007a99 0%, #009abf 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 154, 191, 0.4);
}

/* Ä°konlar */
.mobile-fixed-buttons .btn-action i {
  font-size: 18px;
}

/* Ã‡ok kÃ¼Ã§Ã¼k mobiller iÃ§in */
@media (max-width: 480px) {
  .mobile-fixed-buttons {
    padding: 8px 10px;
  }
  
  .mobile-fixed-buttons .btn-action {
    padding: 12px 15px;
    font-size: 13px;
    gap: 6px;
  }
  
  .mobile-fixed-buttons .btn-action i {
    font-size: 16px;
  }
}


/* ===================================================================
   MOBIL BANNER - CSS Custom Properties ile
   =================================================================== */

/* Mobil cihazlarda mobil banner göster - 800x800 kare resim için */
@media (max-width: 767px) {
  .te-single-slider.has-mobile-banner {
    background-image: var(--mobile-bg) !important;
    background-size: contain !important; /* 800x800 resmin TAMAMI görünsün */
    background-position: center center !important;
    background-color: transparent !important;
  }
  
  /* Mobilde (767px) tüm slider'lar için contain - resmin tamamı görünsün */
  section.slider-area.style-2 .te-single-slider {
    background-size: contain !important; /* 800x800 kare resim için tam görünüm */
    background-color: transparent !important;
  }
}

/* Tablet (768px - 991px) - Resim tam görünsün */
@media (min-width: 768px) and (max-width: 991px) {
  section.slider-area.style-2 .te-single-slider {
    background-size: contain !important; /* Resmin tamamı görünsün, eksik olmasın */
    background-color: transparent !important;
  }
}

/* Desktop'ta desktop banner göster - TAM GÖRÜNÜM (contain) */
@media (min-width: 992px) {
  .te-single-slider.has-mobile-banner {
    background-image: var(--desktop-bg) !important;
    background-size: contain !important; /* Resmin TAMAMI görünsün, eksik olmasın */
    background-position: center center !important;
    background-color: transparent !important;
  }
  
  /* Desktop'ta tüm slider'lar için contain - resim tam görünsün */
  section.slider-area.style-2 .te-single-slider {
    background-size: contain !important; /* Resmin tamamı görünsün, eksik olmasın */
    background-color: transparent !important; /* Siyah alan olmasın */
  }
}
