/**
 * Footer widgets — extracted from foot.htm for cacheability.
 */

.sigma_footer-links a:hover {
  color: var(--thm-base) !important;
}

.sigma_social-icons li a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  border: 1px solid #ccc !important;
  background: transparent !important;
  margin-right: 8px !important;
  color: #ccc !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.sigma_social-icons li a:hover {
  background: var(--thm-base) !important;
  color: #fff !important;
  border-color: var(--thm-base) !important;
}

.sigma_social-icons li a svg {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor !important;
  display: block !important;
}

/* Optional footer social row (see commented block in foot.htm) */
.sigma_footer .sigma_social-icons--footer-inline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.sigma_footer-widget a:hover {
  color: var(--thm-base) !important;
}

.sigma_footer a {
  color: #ccc !important;
}

.sigma_footer a:hover {
  color: var(--thm-base) !important;
}

.sigma_footer .btn-outline-light:hover {
  background-color: #fb5b21 !important;
  border-color: #fb5b21 !important;
  color: #fff !important;
}

/* Dark footer shell (foot.htm — was inline styles) */
footer.sigma_footer.style-5.pb-0 {
  background: #111;
  color: #fff;
}

footer.sigma_footer.style-5.pb-0 .sigma_footer-middle > .container {
  max-width: 80%;
}

footer.sigma_footer.style-5.pb-0 .sigma_footer-logo img {
  height: 60px;
  width: auto;
}

footer.sigma_footer.style-5.pb-0 .sigma_footer-widget > h2.widget-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 24px;
}

footer.sigma_footer.style-5.pb-0 .sigma_footer-middle .row > .col-lg-4:first-child p.m-0 {
  color: #ccc;
  margin-bottom: 12px;
}

footer.sigma_footer.style-5.pb-0 .sigma_footer-widget svg[aria-hidden="true"] {
  margin-right: 8px;
  color: var(--thm-base);
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

footer.sigma_footer.style-5.pb-0 .sigma_footer-middle .row > .col-lg-4:first-child a {
  text-decoration: none;
  transition: color 0.3s ease;
}

footer.sigma_footer.style-5.pb-0 .sigma_footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.sigma_footer.style-5.pb-0 .sigma_footer-links > li {
  margin-bottom: 8px;
}

footer.sigma_footer.style-5.pb-0 .sigma_footer-links > li > a {
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  padding: 2px 0;
}

footer.sigma_footer.style-5.pb-0 .sigma_footer-middle .row > .col-lg-4:nth-child(3) .sigma_footer-widget > p {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 0;
}

footer.sigma_footer.style-5.pb-0 .sigma_footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
}

footer.sigma_footer.style-5.pb-0 .sigma_footer-bottom-spacer {
  flex: 1;
}

footer.sigma_footer.style-5.pb-0 .sigma_footer-copyright {
  text-align: center;
  flex: 1;
}

footer.sigma_footer.style-5.pb-0 .sigma_footer-copyright-text {
  color: #ccc;
  font-size: 14px;
}
