.elementor-70 .elementor-element.elementor-element-99a8be2{--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;--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-4b6305f */:root {
  --foot-brand-color: #f75346;
  --foot-brand-color-600: #dc2626;
}

/* Footer Styles */
.foot-footer {
  background: rgba(248, 250, 252, 0.95) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin-top: auto !important;
  padding: 48px 0 24px 0 !important;
}

.foot-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

.foot-content {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 40px !important;
  margin-bottom: 32px !important;
}

.foot-section {
  color: rgba(0, 0, 0, 0.8) !important;
}

.foot-logo {
  height: 60px !important;
  width: auto !important;
  margin-bottom: 16px !important;
}

.foot-subtitle {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: rgba(0, 0, 0, 0.9) !important;
  margin-bottom: 16px !important;
}

.foot-text {
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.foot-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.foot-links li {
  margin-bottom: 8px !important;
}

/* Enhanced specificity for clickable elements */
.foot-link.foot-link-clickable {
  color: rgba(0, 0, 0, 0.7) !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}

.foot-link.foot-link-clickable:hover {
  color: var(--foot-brand-color) !important;
  text-decoration: underline !important;
}

.foot-link.foot-link-clickable:active {
  color: var(--foot-brand-color-600) !important;
  transform: translateY(1px) !important;
}

.foot-link.foot-link-clickable:focus {
  outline: 2px solid var(--foot-brand-color) !important;
  outline-offset: 2px !important;
  border-radius: 4px !important;
}

.foot-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-top: 24px !important;
  text-align: center !important;
}

.foot-copyright {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px !important;
  margin: 0 !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .foot-content {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .foot-footer {
    padding: 32px 0 16px 0 !important;
  }

  .foot-logo {
    height: 50px !important;
  }

  .foot-subtitle {
    font-size: 16px !important;
  }

  .foot-text {
    font-size: 14px !important;
  }
}

/* Print Styles */
@media print {
  .foot-footer {
    background: white !important;
    border-top: 1px solid #000 !important;
  }

  .foot-link.foot-link-clickable {
    color: #000 !important;
    text-decoration: underline !important;
  }
}/* End custom CSS */