/* footer */
.site-footer {
  background: #2b2623;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.site-footer .footer-widgets {
  background: none;
}

.site-footer .footer-widgets-container {
  max-width: 1220px !important;
  width: 100%;
}

.site-footer .category-title {
  color: rgba(255, 255, 255, .90) !important;
  text-align: left !important;
  text-transform: uppercase;
  font-size: 12px !important;

  font-weight: 700;
  letter-spacing: .12em;
}

.site-footer ul.wp-block-list li a {
  font-size: 14px;
  color: rgba(255, 255, 255, .75);

  text-decoration: none;
}

.site-footer ul.wp-block-list li a:hover {
  color: #fff;
}

.site-footer .wp-block-paragraph {
  font-size: 13px;
  color: rgba(255, 255, 255, .90);
}

.site-footer .site-info {
  background: none;
}

.site-footer .site-info .inside-site-info {
  max-width: 1220px !important;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .07);
  padding: 30px 40px;
}

@media (max-width: 767px) {
  .site-footer .site-info .inside-site-info {
    padding: 30px 20px !important;
  }

  .footer-widgets-container {
    padding: 20px !important;
  }

}

.site-footer .site-info .inside-site-info .copyright-bar {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.site-footer .wp-block-column {
  flex-basis: inherit !important;
  margin: 0 !important;
}

@media (max-width: 781px) {
  .footer-bar .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: inherit !important;
  }

  .footer-bar .wp-block-columns {
    gap: 12px !important;
  }

}

.site-footer .wp-block-column p {
  margin: 0 !important;
}

.site-footer :where(.wp-block-columns) {
  margin: 0 !important;
}

/* FINAL CTA start */

.final-cta {
  background: #0F172A;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}


@media (max-width: 767px) {
  .final-cta {
    padding: 50px 0;
  }

}

.final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(6, 182, 212, .06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;

}

.final-cta::after {

  content: '';
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 700px;
  height: 700px;
  border-radius: 50%;

  background: radial-gradient(circle, rgba(0, 86, 210, .15) 0%, transparent 60%);

  pointer-events: none;

}

.final-cta-inner {
  position: relative;
  z-index: 1
}

.get-started {
  margin: 0 auto 20px;
  width: fit-content;
}

.final-cta-h2 {



  font-size: clamp(32px, 4.5vw, 60px);
  font-weight: 800;

  letter-spacing: -.04em;
  line-height: 1.05;

  color: #fff;
  margin-bottom: 16px;

}

.final-cta-sub {

  font-size: 17px;
  color: rgba(255, 255, 255, .90);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 40px;

}

.final-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px
}

.btn-primary-lg {

  font-size: 15px;
  font-weight: 700;
  background: #2b2623;
  color: #fff;
  padding: 16px 32px;
  border-radius: 8px;
  letter-spacing: .02em;
  transition: background .2s, transform .15s, box-shadow .2s;
  text-decoration: none;
}

.btn-primary-lg:hover {
  background: #0041A8;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 86, 210, .3);
  color: #fff;
}

.btn-ghost-lg {


  font-size: 15px;
  font-weight: 700;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .25);
  padding: 15px 32px;
  border-radius: 8px;
  letter-spacing: .02em;
  transition: border-color .2s, background .2s;
  text-decoration: none;
}

.btn-ghost-lg:hover {
  border-color: rgba(255, 255, 255, .6);
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

.final-close {


  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, .80);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.75;

}

/* FINAL CTA end */


.site-footer .custom-html-widget {
  color: #fff;
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  position: relative;
  width: fit-content;
}

.footer-col a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #d6b98c;
  transition: width 0.3s ease;
}

.footer-col a:hover,
.footer-col a:focus {
  color: #fff;
}

.footer-col a:hover::after {
  width: 100%;
}

.footer-col h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}


.footer-demo-btn {
  background: transparent;
  padding: 0;
}