body { font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
.hero { background: linear-gradient(120deg, #e0e7ef 0%, #f8fafc 100%); padding: 80px 0 60px 0; text-align: center; }
.hero-title { font-size: 2.5rem; font-weight: 700; }
.hero-slogan { font-size: 1.3rem; color: #555; margin-bottom: 30px; }
.section-title { font-size: 2rem; font-weight: 600; margin-bottom: 30px; }
.product-card { border: none; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: box-shadow .3s, transform .3s; }
.product-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.10); transform: translateY(-8px) scale(1.03); }
.logo-img { height: 60px; }
.footer { background: #181d23; color: #fff; padding: 30px 0; }
.footer a { color: #fff !important; text-decoration: underline; }
.footer a:hover { color: #fff !important; text-decoration: underline; }
.btn, .form-control { transition: all .2s; }
.btn:hover { transform: scale(1.04); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.contact-cards {
  margin-top: 24px;
}
.contact-card {
  background: #181d23;
  border-radius: 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  color: #fff;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.contact-icon {
  width: 64px;
  height: 64px;
  background: #e10613;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  margin-top: -48px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.contact-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 8px;
}
.contact-desc {
  font-size: 1rem;
  color: #e0e7ef;
}
.contact-desc a {
  color: #fff !important;
  text-decoration: underline;
}
.contact-desc a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.hero-evden .mb-4 {
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.01em;
}
.slogan-box {
  background: linear-gradient(135deg, #e10613 0%, #c1050f 100%);
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(225, 6, 19, 0.2);
}
.slogan-box h3 {
  font-size: 1.1rem;
  font-weight: 600;
}
.slogan-box p {
  color: #fff;
  margin-bottom: 0;
}
.topbar {
  background: #1d388a;
  border-bottom: 2px solid #e0e7ef;
  font-size: 1rem;
}
.topbar .btn-success {
  background: #3ec46d;
  border: none;
  font-size: 1rem;
  padding: 2px 14px;
  border-radius: 6px;
}
.topbar .btn-success:hover {
  background: #2fa85a;
}
.topbar a.text-white {
  opacity: 0.85;
  transition: opacity .2s;
}
.topbar a.text-white:hover {
  opacity: 1;
}
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.lang-active {
  background: #fff;
  color: #1d388a;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.1rem;
}
.lang-other {
  color: #fff;
  font-size: 1.1rem;
  margin-left: 6px;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .slogan-box {
    margin-top: 24px;
  }
  .contact-card { margin-bottom: 24px; }
  .topbar .container-fluid { flex-direction: column; gap: 8px; }
} 