/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2026 | 19:33:34 */
.txtnovis {text-indent:-999em; position:absolute;top:-999em}
.whatsappfooter {position:fixed;bottom:5px;display:block;text-align:center;margin:0 auto;width:100%;z-index: 999;}
.whatsappbutton {background:#0e9942;color:#FFFFFF !important;padding:12px 20px 10px 20px;font-weight: bold;font-size:17px;border-radius:8px 8px 0 0; box-shadow: 0px 0px 1px 1px #0000001a;}
.pulse {animation: pulse-animation 2s infinite;}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #0e9942;
  }
  100% {
    box-shadow: 0 0 0 20px #0e994200;
  }
}


.spcg-faq {
    width: 100%;
    margin: 60px auto;
    padding: 0 20px;
    font-family: inherit;
  }

  .spcg-faq h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: #ffffff;
  }

  .spcg-faq details {
    background: #111111;
    border: 2px solid #c44882;
    border-radius: 12px;
    margin-bottom: 14px;
    overflow: hidden;
  }

  .spcg-faq summary {
    cursor: pointer;
    padding: 18px 22px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    list-style: none;
    position: relative;
  }

  .spcg-faq summary::-webkit-details-marker {
    display: none;
  }

  .spcg-faq summary::after {
    content: "+";
    position: absolute;
    right: 22px;
    font-size: 24px;
    color: #c44882;
  }

  .spcg-faq details[open] summary::after {
    content: "–";
  }

  .spcg-faq details p {
    padding: 0 22px 20px;
    margin: 0;
    color: #f2f2f2;
    line-height: 1.6;
    font-size: 16px;
  }
