.cees-footer {
  background: #f6f6f6;
  font-family: 'Manrope', sans-serif;
  color: #666;
}

.footer-top {
  max-width: 1300px;
  margin: auto;
  padding: 80px 20px 30px;
  text-align: left;
}

.footer-heading {
  color: #6aa80f;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 60px;
}

.footer-heading span {
  display: block;
}

.footer-brand {
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
}

.footer-brand img {
  height: 40px;
  margin-bottom: 10px;
}

.footer-brand p {
  font-size: 14px;
  color: #777;
}

.footer-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.footer-card {
  background: #fff;
  padding: 25px;
  font-size: 14px;
  border-radius: 4px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-links {
  max-width: 1300px;
  margin: auto;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.footer-links h4 {
  font-size: 13px;
  color: #888;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-links a {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #6aa80f;
}

.footer-bottom {
  max-width: 1300px;
  margin: auto;
  border-top: 1px solid #ddd;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 1.5fr 0.5fr 1fr;
  align-items: center;
  font-size: 12px;
  color: #777;
}

.footer-bottom-left p {
  margin: 0 0 6px;
}

.footer-bottom-left a {
  color: #777;
  text-decoration: none;
}

.footer-design {
  font-size: 11px;
  color: #999;
}

.footer-bottom-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}


.footer-bottom-center {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}

.lang-label {
  color: #6f6f6f;
  display: flex;
  align-content: center;
  align-items: center;
}

/* Optional: keep widget tidy */
#google_translate_element select {
  padding: 6px 10px;
  font-size: 13px;
}


.footer-bottom-center img {
  height: 18px;
}

.footer-bottom-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.footer-bottom-right span {
  font-size: 11px;
  color: #777;
  letter-spacing: 0.5px;
}

.footer-social a {
  margin-left: 8px;
  font-size: 15px;
  color: #6aa80f;
}


@media (max-width: 768px) {

  .footer-top {
    padding: 40px 20px 30px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 12px;
  }

  .footer-bottom-right {
    justify-content: center;
  }
}


/* Responsive */
@media (max-width: 900px) {
  .footer-contact-cards {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-heading {
    font-size: 26px;
  }
}






/* Google Translate Styling */
#google_translate_element {
  font-size: 12px;
  display: inline;
  float: left;
  margin-right: 10px;
}

.goog-te-gadget {
  font-family: 'Manrope', sans-serif !important;
  color: #777 !important;
}

.goog-te-gadget span {
  display: none; /* removes "Powered by Google" text */
}

.goog-te-combo {
  border: 1px solid #ddd;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 3px;
  color: #555;
  background: #fff;
  cursor: pointer;
}

/* Hide Google top bar */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}



