/* =================================
------------------------------------
  TIYEMDER - İZOLE EDİLMİŞ FOOTER
------------------------------------
====================================*/

/* Footer'ı diğer CSS'lerden tamamen izole et */
footer.modern-footer {
  all: initial;
  display: block;
  font-family: "Open Sans", sans-serif;
  background: linear-gradient(135deg, #0E2062 0%, #1a237e 100%);
  color: white;
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: none;
}

footer.modern-footer *,
footer.modern-footer *::before,
footer.modern-footer *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Container Reset */
footer.modern-footer .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Row Reset */
footer.modern-footer .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  width: calc(100% + 30px);
}

/* Column Reset */
footer.modern-footer .col-lg-4,
footer.modern-footer .col-md-6,
footer.modern-footer .col-md-12 {
  padding: 0 15px;
  flex: 1;
  max-width: 33.333333%;
  margin-bottom: 30px;
}

footer.modern-footer .col-md-6 {
  max-width: 50%;
}

footer.modern-footer .col-md-12 {
  max-width: 100%;
}

/* Footer Content */
footer.modern-footer .footer-content {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}

/* Logo & Brand */
footer.modern-footer .footer-brand {
  text-align: center;
}

footer.modern-footer .footer-logo {
  width: 60px;
  height: auto;
  margin: 0 auto 15px auto;
  display: block;
  filter: brightness(1.2);
}

/* Logo & Brand - DAHA DA BÜYÜK VE KALIN */
footer.modern-footer .brand-name {
  font-size: 3.5rem;  /* 2.8rem'den 3.5rem'e çıkarıldı */
  font-weight: 900;   /* 800'den 900'e çıkarıldı */
  color: #FFD700;
  margin: 15px 0 10px 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.2;
}

footer.modern-footer .brand-motto {
  color: #e9ecef;
  font-size: 1.6rem;  /* 1.3rem'den 1.6rem'e çıkarıldı */
  font-weight: 700;   /* 600'den 700'e çıkarıldı */
  margin: 0 0 20px 0;
  font-style: italic;
  line-height: 1.4;
}

/* Links Section - DAHA DA BÜYÜK */
footer.modern-footer .footer-links {
  text-align: center;
}

footer.modern-footer .footer-links h5 {
  color: #FFD700;
  font-size: 2rem;    /* 1.6rem'den 2rem'e çıkarıldı */
  font-weight: 800;   /* 700'den 800'e çıkarıldı */
  margin: 0 0 25px 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

footer.modern-footer .footer-links h5::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: #FFD700;
}

footer.modern-footer .link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  max-width: 200px;
  margin: 0 auto;
}

footer.modern-footer .link-grid a {
  color: #e9ecef;
  text-decoration: none;
  font-size: 1.4rem;  /* 1.2rem'den 1.4rem'e çıkarıldı */
  font-weight: 700;   /* 600'den 700'e çıkarıldı */
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  transition: all 0.3s ease;
  border-radius: 4px;
}

footer.modern-footer .link-grid a:hover {
  color: #FFD700;
  text-decoration: none;
  padding-left: 8px;
  background: rgba(255, 215, 0, 0.1);
}

footer.modern-footer .link-grid a i {
  font-size: 8px;
  opacity: 0.7;
  width: 10px;
}

/* Contact Section - DAHA DA BÜYÜK */
footer.modern-footer .footer-contact {
  text-align: center;
}

footer.modern-footer .footer-contact h5 {
  color: #FFD700;
  font-size: 2rem;    /* 1.6rem'den 2rem'e çıkarıldı */
  font-weight: 800;   /* 700'den 800'e çıkarıldı */
  margin: 0 0 25px 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

footer.modern-footer .footer-contact h5::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: #FFD700;
}

footer.modern-footer .contact-info {
  margin: 0 0 20px 0;
}

footer.modern-footer .contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #e9ecef;
  text-decoration: none;
  margin: 0 0 18px 0;
  font-size: 1.5rem;  /* 1.25rem'den 1.5rem'e çıkarıldı */
  font-weight: 700;   /* 600'den 700'e çıkarıldı */
  transition: all 0.3s ease;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
}

footer.modern-footer .contact-item:hover {
  color: #FFD700;
  text-decoration: none;
  background: rgba(255, 215, 0, 0.1);
  border-color: rgba(255, 215, 0, 0.2);
  transform: translateY(-2px);
}

footer.modern-footer .contact-item i {
  font-size: 22px;    /* 18px'den 22px'e çıkarıldı */
  width: 25px;
  text-align: center;
  color: #FFD700;
}

/* Social Links */
footer.modern-footer .social-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0 0;
}

footer.modern-footer .social-links a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

footer.modern-footer .social-links a:hover {
  background: #FFD700;
  color: #0E2062;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
  text-decoration: none;
}

/* Footer Bottom - DAHA DA BÜYÜK */
footer.modern-footer .footer-bottom {
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  position: relative;
  z-index: 2;
  margin: 0;
}

footer.modern-footer .footer-bottom .row {
  align-items: center;
}

footer.modern-footer .copyright {
  color: #adb5bd;
  margin: 0;
  font-size: 1.3rem;  /* 1.1rem'den 1.3rem'e çıkarıldı */
  font-weight: 700;   /* 600'den 700'e çıkarıldı */
  text-align: center;
  line-height: 1.4;
}

footer.modern-footer .footer-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #FFD700;
  font-size: 1.3rem;  /* 1.1rem'den 1.3rem'e çıkarıldı */
  font-weight: 700;   /* 600'den 700'e çıkarıldı */
  font-style: italic;
  text-align: center;
}

footer.modern-footer .footer-quote i {
  font-size: 20px;    /* 16px'den 20px'e çıkarıldı */
  opacity: 0.8;
}

/* Responsive - MOBILDE DE BÜYÜK TUTMAK */
@media (max-width: 991px) {
  footer.modern-footer .col-lg-4 {
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  footer.modern-footer {
    padding: 30px 0 0;
  }
  
  footer.modern-footer .row {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
  
  footer.modern-footer .col-lg-4,
  footer.modern-footer .col-md-6,
  footer.modern-footer .col-md-12 {
    max-width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
  
  footer.modern-footer .footer-content {
    padding-bottom: 20px;
  }
  
  footer.modern-footer .link-grid {
    grid-template-columns: 1fr;
    max-width: 150px;
  }
  
  footer.modern-footer .footer-links h5::after,
  footer.modern-footer .footer-contact h5::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  footer.modern-footer .footer-bottom {
    padding: 15px 0;
    text-align: center;
  }
  
  footer.modern-footer .copyright,
  footer.modern-footer .footer-quote {
    font-size: 0.75rem;
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  footer.modern-footer {
    padding: 25px 0 0;
  }
  
  footer.modern-footer .brand-name {
    font-size: 2.5rem;  /* 2rem'den 2.5rem'e çıkarıldı */
    font-weight: 900;
  }
  
  footer.modern-footer .brand-motto {
    font-size: 1.3rem;
    font-weight: 700;
  }
  
  footer.modern-footer .footer-links h5,
  footer.modern-footer .footer-contact h5 {
    font-size: 1.6rem;
    font-weight: 800;
  }
  
  footer.modern-footer .link-grid a {
    font-size: 1.2rem;
    font-weight: 700;
  }
  
  footer.modern-footer .contact-item {
    font-size: 1.25rem;
    font-weight: 700;
  }
  
  footer.modern-footer .copyright,
  footer.modern-footer .footer-quote {
    font-size: 1rem;
    font-weight: 700;
  }
}

/* Hover Effects */
footer.modern-footer .footer-brand:hover .footer-logo {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

footer.modern-footer .footer-brand:hover .brand-name {
  color: #FFA500;
  transition: color 0.3s ease;
}

/* Background Pattern */
footer.modern-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='20' cy='20' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
  pointer-events: none;
  z-index: 1;
}