footer {
  font-family: 'Segoe UI', sans-serif;
  color: #444;
}

/* Premium Section */
.premium-cta {
  background: #3a3a44;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px;
  flex-wrap: wrap;
}

.premium-text h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: white;
 
}

.premium-text p {
  max-width: 500px;
  font-size: 1rem;
  margin-bottom: 20px;
}


.btn-premium {
  background-color: #fcbf3e;
  color: #000;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 5px;
  font-weight: bold;
}

.premium-image img {
  max-width: 300px;
}

/* Link Columns */
.footer-links {
  display: flex;
  justify-content: space-around;
  background: #f2f2f5;
  padding: 40px 20px;
  flex-wrap: wrap;
  border-top: 2px solid #eee;
}

.link-column {
  min-width: 200px;
  margin-bottom: 20px;
}

.link-column h4 {
  color: #337aff;
  margin-bottom: 10px;
}

.link-column a {
  display: block;
  color: #555;
  text-decoration: none;
  margin: 5px 0;
  font-size: 0.95rem;
}

.link-column a:hover {
  text-decoration: underline;
}

/* Bottom Footer */
.footer-bottom {
  background: #f2f2f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border-top: 1px solid #ccc;
  font-size: 0.9rem;
  flex-wrap: wrap;
}

.footer-bottom .language {
  color: #444;
}
