.ct-pulse {
  border-radius: 50%;
  animation: pulse 2s ease-out infinite;
  -webkit-animation: pulse 2s ease-out infinite;
}

@keyframes pulse { 
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .8); }
  80% { box-shadow: 0 0 0 30px rgba(255, 255, 255, 0); }
}

/* WPForms */
#wpforms-306,
#wpforms-1497,
#wpforms-1516,
#wpforms-1896 {
  width: 100% !important;
}

/* Popup */
.ays-pb-modal {
  border-radius: 8px !important;
  overflow: hidden;
}

.ays_content_box {
  text-align: left !important;
}

.ays-pb-modal h2 {
  margin-bottom: 10px !important;
}

.ays-pb-modal-close {
  top: 10px !important;
  right: 15px !important;
}

.ays-pb-modal-close svg {
  width: 22px !important;
  height: 22px !important;
}

/* Submit Button */
.wpforms-container .wpforms-submit,
.ays-pb-modal .wpforms-submit {
  padding: 12px 28px !important;
  border-radius: 999px;
}

.wpforms-container .wpforms-submit {
  margin-top: 6px !important;
}

.ays-pb-modal .wpforms-submit {
  margin-top: 2px !important;
}

.ays-pb-modal .wpforms-submit-container {
  text-align: center;
}

/* CTA Buttons */
.cta-section {
  display: flex;
  width: 100%;
  gap: 16px;
}

.cta-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.primary-btn {
  background-color: #1f5fbf;
  color: #fff;
  border: none;
}

.primary-btn:hover {
  background-color: #174a95;
}

.secondary-btn {
  background-color: #f1f1f1;
  color: #333;
  border: 1px solid #d0d0d0;
}

.secondary-btn:hover {
  background-color: #e5e5e5;
}

/* Accordion */
.kt-blocks-accordion-title a {
  text-decoration: none !important;
}

/* Tooltip */
#powerTip {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  white-space: normal !important;
  max-width: 90vw !important;
}

#powerTip:before,
#powerTip:after {
  display: none !important;
}

/* Hotspot Box */
.box_view_html {
  background: #fff !important;
  color: #333 !important;
  border-radius: 12px;
  padding: 18px;
  max-width: 420px;
  line-height: 1.6;
  word-break: break-word;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.box_view_html p {
  margin: 0 !important;
}

.box_view_html a {
  display: inline-block;
  margin-top: 6px;
  color: #0d6efd !important;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 768px) {
  .box_view_html {
    max-width: 90vw;
    padding: 14px;
  }
}

/* Popup Overlay */
.pum-overlay {
  background-color: rgba(0, 0, 0, 0.3) !important;
}