.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-f56f1a7 */.ak-footer {
  background: #0c0c0c;
  color: #ccc;
  font-family: 'Poppins', sans-serif;
}

.ak-footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

/* Footer Titles */
.ak-footer-title {
  color: #000;
  background: #f5b400;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

/* Text */
.ak-footer-text {
  font-size: 14px;
  line-height: 1.7;
  color: #bbb;
}

/* Links */
.ak-footer-links,
.ak-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ak-footer-links li,
.ak-footer-contact li {
  margin-bottom: 12px;
  font-size: 14px;
}

.ak-footer-links a,
.ak-footer-contact a {
  color: #bbb;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover Effects */
.ak-footer-links a:hover,
.ak-footer-contact a:hover {
  color: #f5b400;
  padding-left: 6px;
}

/* Bottom Bar */
.ak-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  padding: 18px;
  font-size: 13px;
  color: #888;
  background: #080808;
}

/* Responsive */
@media (max-width: 600px) {
  .ak-footer-container {
    padding: 40px 15px;
    gap: 30px;
  }
}/* End custom CSS */