footer a {
    color: #ffffff;
    transition: 0.2s;
    cursor: pointer;
}

footer h4 {
    margin-bottom: 24px !important;
}

.footer_copyright_item.text-right {
    display: none;
}

.new-content-block-home ul {
    padding: 24px 0;
}

.page-template-default .entry-content ul {
    list-style-type: none !important;
    padding-left: 0 !important;
}

.page-template-default .entry-content ul li {
    padding-left: 24px !important;
}

.page-template-default .entry-content .newheader-other-pages ul li {
    padding-left: 0 !important;
}

.templatera_shortcode #mobile-cta-bar {
    display: none;
}

@media (max-width: 768px) {
 .templatera_shortcode #mobile-cta-bar {
      display: block;
  }
  
  .wraper_footer_copyright {
      margin-bottom: 68px !important;
  }
  
  .grecaptcha-badge {
      display: none !important;
  }
}

#mobile-cta-bar {
  position: fixed;
  bottom: 0;
  left: 15px;
  width: 100%;
  background: #262a3c;
  padding: 16px;
  z-index: 9999;

  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

#mobile-cta-bar .vc_do_btn {
    margin-bottom: 0 !important;
}

/* Buttons inside the bar */
#mobile-cta-bar button,
#mobile-cta-bar a {
  flex: 1;
  text-align: center;
      background-color: #e6701a;
    border-radius: 9px !important;
    text-align: center;
    padding: 9px 18px !important;
    background-image: none !important;
  border: none;
  text-decoration: none;
  cursor: pointer;

  transition: all 0.2s ease;
}

/* Primary CTA */
#mobile-cta-bar .primary {
  background: #007bff;
  color: #ffffff;
}

#mobile-cta-bar .primary:active {
  background: #005ecb;
}

/* Secondary CTA */
#mobile-cta-bar .secondary {
  background: #f5f5f5;
  color: #333;
}

#mobile-cta-bar .secondary:active {
  background: #e0e0e0;
}

#mobile-cta-bar .wpb_wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* Optional icon spacing */
#mobile-cta-bar i {
  margin-right: 6px;
}

/* Hide on larger screens */
@media (min-width: 768px) {
  #mobile-cta-bar {
    display: none;
  }
}