.elementor-38 .elementor-element.elementor-element-1e84379{--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 html, class: .elementor-element-349e3df *//* ===============================
   FOOTER BASE
================================ */
.custom-footer {
  background: #262a63;
  color: #ffffff;
  padding: 60px 20px 0;
}

/* ===============================
   GRID
================================ */
.footer-container {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr;
  gap: 60px;
}

/* ===============================
   LOGO (WHITE VIA CSS)
================================ */
.footer-logo {
  max-width: 220px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

/* ===============================
   HEADINGS (ASTRA FIX)
================================ */
.custom-footer h3,
.custom-footer h4 {
  color: #ffffff !important;
  font-weight: 600;
}

/* ===============================
   ABOUT
================================ */
.footer-about p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

.footer-subtitle {
  margin: 25px 0 15px;
  font-size: 16px;
}

/* ===============================
   APP BUTTONS
================================ */
.footer-apps {
  display: flex;
  gap: 12px;
}

.footer-apps img {
  height: 45px;
}

/* ===============================
   LINKS
================================ */
.footer-links h3,
.footer-contact h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.footer-links a {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* ===============================
   CONTACT
================================ */
.footer-contact p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* ===============================
   FOOTER BOTTOM
================================ */
.footer-bottom {
  margin-top: 50px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.footer-bottom span {
  color: #ffb703;
}

/* ===============================
   MOBILE (LEFT ALIGNED)
================================ */
@media (max-width: 991px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .custom-footer {
    text-align: left;
  }

  .footer-social,
  .footer-apps {
    justify-content: flex-start;
  }
}/* End custom CSS */