.elementor-204 .elementor-element.elementor-element-af2f5a7{--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;}.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-0268e92 *//* 🔥 FOOTER BASE */
.pgk-footer{
  background: linear-gradient(to top, #000000, #0A1F44);
  color: #fff;
  padding: 80px 30px 30px;
  font-family: "Poppins", sans-serif;
}

/* CONTAINER */
.footer-container{
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

/* BRAND */
.footer-brand h2{
  font-size: 2rem;
  letter-spacing: 2px;
}

.footer-brand p{
  color: #ccc;
  margin-top: 8px;
}

/* LINKS */
.footer-links{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a{
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover{
  color: #E50914;
  transform: translateX(5px);
}

/* CTA */
.footer-cta{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-cta p{
  color: #ccc;
}

/* BUTTONS */
.footer-btn{
  display: inline-block;
  padding: 10px 16px;
  background: #E50914;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
}

.footer-btn.outline{
  background: transparent;
  border: 1px solid #fff;
}

/* BOTTOM BAR */
.footer-bottom{
  text-align: center;
  margin-top: 50px;
  color: #666;
  font-size: 0.9rem;
}

/* MOBILE */
@media(max-width: 768px){
  .footer-container{
    flex-direction: column;
    text-align: center;
  }

  .footer-links,
  .footer-cta{
    align-items: center;
  }
}/* End custom CSS */