.elementor-181 .elementor-element.elementor-element-b836e58 > .elementor-container{max-width:1600px;}/* Start custom CSS for html, class: .elementor-element-f619482 */* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.site-footer {
  background-color: #0b1329;
  color: #94a3b8;
  padding: 60px 40px 30px;
  font-size: 14px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 50px;
}

.footer-col {
  flex: 1;
  min-width: 140px;
}

.brand-col {
  flex: 2;
  min-width: 250px;
  max-width: 300px;
}

.newsletter-col {
  flex: 2;
  min-width: 260px;
}

/* Brand Section */
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.brand h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}

.brand-desc {
  line-height: 1.6;
  margin-bottom: 24px;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #1e293b;
  color: #cbd5e1;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.social-icons a:hover {
  background-color: #0d9488;
  color: #ffffff;
}

/* Headings & Lists */
.footer-col h3 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: #ffffff;
}

/* Newsletter Form */
.newsletter-col p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-form input {
  flex: 1;
  padding: 10px 14px;
  background-color: #1a233a;
  border: 1px solid #2e3a59;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  outline: none;
}

.newsletter-form input::placeholder {
  color: #64748b;
}

.newsletter-form button {
  padding: 10px 20px;
  background-color: #0d9488;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.newsletter-form button:hover {
  background-color: #0f766e;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #1e293b;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.legal-links {
  display: flex;
  gap: 20px;
}

.legal-links a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s;
}

.legal-links a:hover {
  color: #ffffff;
}/* End custom CSS */