.elementor-312 .elementor-element.elementor-element-f6fdf9d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-312 .elementor-element.elementor-element-f6fdf9d:not(.elementor-motion-effects-element-type-background), .elementor-312 .elementor-element.elementor-element-f6fdf9d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B1B3C;}/* Start custom CSS for html, class: .elementor-element-31fd506 */.tm-footer {
  background: linear-gradient(180deg, #0b1c3d, #08142e);
  color: #cbd5e1;
  font-family: 'Poppins', sans-serif;
  padding-top: 70px;
}

/* Container */
.tm-footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* Logo */
.tm-logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tm-logo-icon {
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 8px;
  margin-right: 10px;
}

.tm-logo span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.tm-footer-desc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Contact */
.tm-contact {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.tm-contact li {
  margin-bottom: 10px;
}

/* Headings */
.tm-footer-col h4 {
  color: #fff;
  margin-bottom: 18px;
  font-size: 16px;
}

/* Links */
.tm-footer-col ul {
  list-style: none;
  padding: 0;
}

.tm-footer-col ul li {
  margin-bottom: 12px;
}

.tm-footer-col ul li a {
  color: #94a3b8;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}

.tm-footer-col ul li a:hover {
  color: #fff;
  padding-left: 5px;
}

/* Notice Box */
.tm-notice-box {
  background: rgba(255,255,255,0.05);
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.6;
}

/* Bottom Bar */
.tm-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
}

.tm-footer-bottom-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tm-footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.tm-footer-links a {
  margin-left: 20px;
  text-decoration: none;
  color: #94a3b8;
  font-size: 14px;
  transition: 0.3s;
}

.tm-footer-links a:hover {
  color: #fff;
}

/* Final Disclaimer */
.tm-footer-disclaimer {
  text-align: center;
  font-size: 13px;
  padding: 20px;
  background: #061022;
  color: #94a3b8;
  line-height: 1.6;
}

/* Responsive */
/* Tablet */
@media (max-width: 992px) {
  .tm-footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .tm-footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  /* About section full width rahe */
  .tm-footer-about {
    grid-column: span 2;
  }

  /* Legal section full width rahe */
  .tm-footer-col:last-child {
    grid-column: span 2;
  }

  .tm-footer-bottom-container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}/* End custom CSS */