.elementor-2878 .elementor-element.elementor-element-ecbb6d2{--display:flex;}.elementor-2878 .elementor-element.elementor-element-6573e0d{--display:flex;}.elementor-2878 .elementor-element.elementor-element-a345cde{--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-44decc5 */.footer-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: #333;
  font-size: 12px;
}

.nav-item img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.me .me-icon {
  background: #FFD500;
  color: black;
  border-radius: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 4px;
}

.notif-dot {
  position: absolute;
  top: 0;
  right: 10px;
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 50%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e9be74a */.footer-section {
  width: 100%;
  max-width: 600px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.footer-item {
  border-bottom: 1px solid #ffff;
}

.accordion {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 16px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.panel {display: none;
  flex-direction: column;
  padding: 0 16px 16px;
}

.panel a {
  text-decoration: none;
  color: #fffff;
  padding: 6px 0;
  display: block;
  font-size: 16px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e6e9ac2 */.social-footer {
  text-align: center;
  padding: 30px 15px;
  background: #fff;
}

.social-footer p {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.social-icons img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.copyright {
  font-size: 14px;
  color: #777;
}/* End custom CSS */