/* Load Poppins font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

#scrollUp {
	background-color: #0B1215;
}	
.forme_menu > ul > li:hover > a {
    color: inherit !important;
}
.forme_menu > ul > li > a:hover {
    color: inherit !important;
    text-decoration: underline !important;
    text-underline-offset: 16px;
}
.forme_menu > ul > li.current-menu-item > a,
.forme_menu > ul > li.current_page_item > a {
    color: #0B1215 !important;
    text-decoration: underline !important;
    text-underline-offset: 16px;
    text-decoration-thickness: 2.5px;
}
/* Apply Poppins to all footer text */
.site-footer,
.site-footer * ,
footer,
footer *,
footer p,
footer .widget,
footer .wp-block-column {
    font-family: 'Poppins', sans-serif !important;
	
}

.elementor-14030 {
	font-weight: 500 !important;
}

.witrfm_area {
	background: #222521 !important;
} 

/* footer settings */
.footer,
.footer-link {
  color: #fff;
  padding: 60px 40px;
  font-family: Arial, sans-serif;
}

.phone-email {
	margin-left: -40px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo {
	max-width: 200px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo img {
  width: 200px;
}

.footer-logo h2 {
  font-size: 22px;
  line-height: 1.2;
}

.footer-logo span {
  font-weight: normal;
}

.footer-column h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-column p,
.footer-column li {
  font-size: 14px;
  margin: 5px 0;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-column a:hover {
  color: #fff;
}

.mt {
  margin-top: 15px;
}

.socials {
  display: flex;
  gap: 15px;
  margin: 10px 0 20px;
}

.socials a {
  font-size: 18px;
  color: #fff;
}

.socials a:hover {
  opacity: 0.7;
}

.copyright {
  font-size: 13px;
  color: #ccc;
  margin: 3px 0;
}