.elementor-81 .elementor-element.elementor-element-50cce33{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-81 .elementor-element.elementor-element-4a53d54{border-style:solid;border-width:1px 0px 0px 0px;border-color:#676767;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* ============================================================
   FOOTER
   ============================================================ */
.sr-footer {
  background: var(--sr-navy);
  color: var(--sr-white);
}
.sr-footer-inner {
  max-width: var(--sr-max-w);
  margin: 0 auto;
  padding: 0 24px;
}
.sr-footer-top {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  padding: 64px 0 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.sr-footer-brand .sr-logo { color: var(--sr-white); }
.sr-footer-brand .sr-logo-text { color: var(--sr-white); }
.sr-footer-tagline {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
  margin: 16px 0 24px;
  max-width: 260px;
}
.sr-footer-social {
  display: flex;
  gap: 10px;
}
.sr-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: var(--sr-radius);
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.6) !important;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.sr-social-link:hover {
  background: var(--sr-blue);
  color: var(--sr-white) !important;
}
.sr-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.sr-footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sr-footer-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.sr-footer-link {
  font-size: 14px;
  color: rgba(255,255,255,0.6) !important;
  text-decoration: none;
  transition: color 0.15s;
  line-height: 1.4;
}
.sr-footer-link:hover { color: var(--sr-white) !important; }
.sr-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 20px;
  flex-wrap: wrap;
}
.sr-footer-copy,
.sr-footer-disclaimer {
  font-size: 13px;
  color: rgba(255,255,255,0.3);
  margin: 0;
}

@media (max-width: 900px) {
  .sr-footer-top { grid-template-columns: 1fr; gap: 40px; }
  .sr-footer-links { grid-template-columns: repeat(2, 1fr); }
  .sr-footer-tagline { max-width: 100%; }
}
@media (max-width: 540px) {
  .sr-footer-links { grid-template-columns: 1fr; }
  .sr-footer-bottom { flex-direction: column; align-items: flex-start; }
}/* End custom CSS */