/* footer bottom */
.footer-bottom-full {
    background: #2024F8;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-top:35px;
    position: relative;
}



.footer-bottom-full img {
    width: 50px;
}


.site-footer {
    padding-bottom:0 !important;
}

.footer-bottom-widget {
    margin-top: 20px;
}




/* contact list */
.contact-info {
    font-size: 14px;
    font-weight: 700;

}


/* ===== Footer shell ===== */
.footer-widgets {
  background: #f1f1f1;
  padding: 56px 20px;
}
.footer-widgets .footer-container {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 48px;
  align-items: flex-start;
}

@media(max-width:1100px) {
  .footer-widgets .footer-container {
      grid-template-columns: 1fr;

  }
}



/* ===== Section headings ===== */
.footer-widgets .wp-block-heading {
  margin: 0 0 18px;
  color: #0a0a0a;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}

/* ===== Contact column ===== */
.contact-info { margin-top: 4px; }
.contact-info .contact-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 16px;
	margin-top:17px;
}
.contact-info .contact-icon {
  color: #f5534f;
  font-size: 18px;
  line-height: 1;
}
.contact-info .contact-text {
  color: #111;
  font-size: 14px;
  line-height: 1.5;
}

/* ===== Nav columns (“About”, “Quick Links”) ===== */
.footer-widgets .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widgets .menu li {
   margin: 15px 0;
   }


.footer-widgets .menu a {
  color: #111;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  transition: all 0.2s ease;
  width: 100%;
    display: block;
font-weight: 800;
}

/* hover highlight: underline + color */
.footer-widgets .menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #37a4ed;
  transition: width 0.3s ease;
}
.footer-widgets .menu a:hover {
  color: #37a4ed;
}
.footer-widgets .menu a:hover::after {
  width: 100%;
}

/* current active page (Home) underline always visible */
.footer-widgets .menu > li.current-menu-item > a::after {
  width: 100%;
  background-color: #3e4650; /* dark gray bar for active */
}

/* ===== Get in touch (button) ===== */

.footer-widgets .wp-block-button__link {
  margin-top:17px;
}


.footer-widgets .wp-block-button__link:hover {
  background: #37a4ed !important;
}


.footer-bottom-widget ul.wp-block-social-links {
    gap: 25px !important;
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
	font-size:35px;
}

/* Quote Button responsive */

@media(max-width:768px) {
	.quote-button-footer {
    justify-content: center !important;
}
}

