.elementor-1270 .elementor-element.elementor-element-5a5ac72{--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-1270 .elementor-element.elementor-element-5a5ac72:not(.elementor-motion-effects-element-type-background), .elementor-1270 .elementor-element.elementor-element-5a5ac72 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-1270 .elementor-element.elementor-element-66a11737 .elementor-menu-toggle{margin:0 auto;}.elementor-1270 .elementor-element.elementor-element-66a11737 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-1270 .elementor-element.elementor-element-1c34826{--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-1270 .elementor-element.elementor-element-57c18e7b{--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;}/* Start custom CSS for global, class: .elementor-global-28504 *//* ===============================
   SECTION 7 – FOOTER
   BonPapi Velvet Edition
   =============================== */
.bonpapi-footer {
  background: linear-gradient(135deg, #4A3366 0%, #7B5FB5 100%);
  color: #ffffff;
  padding: 6rem 1.5rem 4rem;
  font-family: 'Poppins', 'Inter', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Top Branding ===== */
.footer-top {
  text-align: center;
  margin-bottom: 4rem;
}
.footer-logo {
  max-width: 160px;
  margin-bottom: 1.5rem;
}
.footer-tagline {
  color: #f5f2ff;
  font-size: 1.7rem;
  line-height: 1.6;
}

/* ===== Grid ===== */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 4rem;
  text-align: left;
}
.footer-col h4 {
  color: #F4A900;
  font-size: 2rem;
  margin-bottom: 1.2rem;
  font-weight: 600;
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 0.8rem;
}
.footer-col a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-col a:hover {
  color: #F4A900;
}

/* ===== Contact & Socials ===== */
.footer-contact li {
  color: #eae6f7;
  font-size: 1.6rem;
}
.footer-socials {
  margin-top: 1.5rem;
}
.footer-socials a {
  display: inline-block;
  color: #ffffff;
  margin-right: 1.2rem;
  font-size: 1.8rem;
  transition: color 0.3s ease, transform 0.2s ease;
}
.footer-socials a:hover {
  color: #F4A900;
  transform: translateY(-3px);
}

/* ===== Bottom ===== */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2rem;
  text-align: center;
  font-size: 1.5rem;
  color: #d8d3e9;
}
.footer-bottom a {
  color: #F4A900;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .bonpapi-footer {
    padding: 5rem 1.5rem 3rem;
  }
  .footer-top {
    margin-bottom: 3rem;
  }
}/* End custom CSS */