.elementor-273 .elementor-element.elementor-element-10b4fc9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b4f50e9 */.titan-footer {
  background: #0c3b2e;
  color: #ffffff;
  font-size: 0.9rem;
}

/* MAIN GRID */
.titan-footer-inner {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

/* LOGO WRAPPER */
.footer-logo {
  max-width: 180px;
  margin-bottom: 20px;
}

/* LOGO IMAGE */
.footer-logo img {
  width: 100%;
  height: auto;
  max-height: 60px;
  object-fit: contain;
  display: block;
}


/* HEADINGS */
.titan-footer h4 {
  font-size: 1rem;
  margin-bottom: 16px;
  font-weight: 600;
}

/* TEXT */
.footer-desc {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

/* LINKS */
.titan-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.titan-footer ul li {
  margin-bottom: 10px;
}

.titan-footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}

.titan-footer a:hover {
  color: #00c896;
}

/* CONTACT LIST */
.footer-contact li {
  line-height: 1.6;
}

/* BOTTOM BAR */
.titan-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.titan-footer-bottom p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-legal {
  display: flex;
  gap: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
  .titan-footer-inner {
    padding: 50px 16px 30px;
  }

  .titan-footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}/* End custom CSS */