.elementor-2249 .elementor-element.elementor-element-1a205ec{--display:flex;--min-height:0px;--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;--gap:21px 21px;--row-gap:21px;--column-gap:21px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2249 .elementor-element.elementor-element-1a205ec:not(.elementor-motion-effects-element-type-background), .elementor-2249 .elementor-element.elementor-element-1a205ec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #196F58 0%, #007F5F 100%);}.elementor-2249:not(.elementor-motion-effects-element-type-background), .elementor-2249 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9E0E2;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-2249 .elementor-element.elementor-element-1a205ec{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-a2a1125 */.footer {
  position: relative;
  width: 100%;
  padding: 70px 0;
  color: white;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

/* Background Image with Blur and Green Overlay */
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://bangladeshsociety.ca/wp-content/uploads/2025/11/00e0dced-db9c-4ee0-a1c6-7dde74dc7758.jpeg') no-repeat center center;
  background-size: cover;
  filter: blur(8px);
  z-index: 0;
}

/* Green overlay for readability */
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 107, 47, 0.5); /* Semi-transparent green overlay */
  z-index: 0;
}

/* Footer content above the background */
.footer-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  padding: 0 20px;
  align-items: start;
}/* End custom CSS */