

.propic,
.title-wrapper,
.paragraph,
.link {
  /* opacity: 0; */
}

.section.dark .button {
  background-color: #333;
  color: white;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.w-webflow-badge,
.w-webflow-badge-bottom-right,
a[href*="webflow.com"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.paragraph {
  text-align: center;
  width: 100%;
}

.social-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.social-icon {
  width: 35px;
  height: 35px;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon:hover {
  transform: scale(1.15);
}

.social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

[open-popup="true"] {
    animation: pulse 1.5s infinite ease-in-out;
}
