.elementor-630 .elementor-element.elementor-element-6fcdb8b{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for global, class: .elementor-global-1084 *//* ========================
   Trinity Footer
   ======================== */
.trinity-footer {
  background-color: #5b7796;
  color: #fff;
  font-family: Arial, sans-serif;
  padding: 15px 20px;
}

.trinity-footer a {
  color: #fff;
  text-decoration: none;
}

.trinity-footer a:hover {
  text-decoration: underline;
}

.trinity-footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.trinity-footer-left,
.trinity-footer-center,
.trinity-footer-right {
  flex: 1 1 200px; /* flexible but minimum width */
}

.trinity-footer-left {
  text-align: left;
}

.trinity-footer-center {
  text-align: center;
}

.trinity-footer-right {
  text-align: right;
}

.trinity-footer p {
  margin: 2px 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .trinity-footer-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .trinity-footer-left,
  .trinity-footer-center,
  .trinity-footer-right {
    flex: 1 1 100%;
    text-align: center;
  }
}/* End custom CSS */