.elementor-291 .elementor-element.elementor-element-54e4dbc{--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-bfd3a8a */.site-footer {
  background: linear-gradient(180deg, #0b2a55, #0a2f63);
  padding: 70px 7% 30px;
  font-family: 'Poppins', 'Hind Siliguri', sans-serif;
  color: #dbeafe;
}

/* TOP GRID */
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
}

/* BRAND */
.footer-col.brand h3 {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-col.brand h3 span {
  color: #fbbf24;
}

.tagline {
  color: #93c5fd;
  font-weight: 500;
  margin-bottom: 10px;
}

.desc {
  color: #c7d2fe;
  line-height: 1.7;
  max-width: 360px;
}

/* HEADINGS */
.footer-col h4 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-col h4 i {
  color: #fbbf24;
}

/* TEXT */
.footer-col p {
  color: #c7d2fe;
  line-height: 1.7;
  margin-bottom: 6px;
}

/* DIVIDER */
.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 30px 0 24px;
}

/* BOTTOM */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom p {
  color: #c7d2fe;
  font-size: 14px;
}

.made span {
  color: #f87171;
}

/* DEVELOPER LINK STYLING */
.dev-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.dev-link:hover {
  color: #fbbf24;
  text-decoration: underline;
}

/* RESPONSIVE */
@media(max-width:992px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */