.elementor-110 .elementor-element.elementor-element-c8a4622{--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-110 .elementor-element.elementor-element-c8a4622:not(.elementor-motion-effects-element-type-background), .elementor-110 .elementor-element.elementor-element-c8a4622 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2B8A3E;}.elementor-110 .elementor-element.elementor-element-1b86bf8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--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-a72db1c */.site-footer {
  background: #2b8a3e;
  color: #fff;
  padding: 60px 20px 30px 20px;
  font-family: 'Noto Sans Bangla', sans-serif;
}

.footer-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-col {
  flex: 1 1 220px;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 700;
}

.footer-col p,
.footer-col ul li {
  font-size: 14px;
  color: #e0f2e9;
  margin: 6px 0;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li a {
  color: #e0f2e9;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #d4ffd6;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  padding: 6px 10px;
  background: rgba(255,255,255,0.1);
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  transition: background 0.3s;
}

.footer-social a:hover {
  background: rgba(255,255,255,0.25);
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  color: #d4ffd6;
}

/* Responsive */
@media(max-width: 860px){
  .footer-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .footer-col { flex: 1 1 100%; }
}/* End custom CSS */