ul { list-style: none; margin: 0; padding: 0; } ul li { text-decoration: none; } .custom-bullet ul{ padding-left: 14px; } .custom-bullet li { position: relative; margin-bottom: 8px; } .custom-bullet li::before { content: ""; position: absolute; left: -14px; top: 4px; width: 10px; height: 10px; border: 1.5px solid var(--secondary); border-radius: 50%; } html { scroll-behavior: smooth; } input:focus, textarea:focus { border-color: var(--border-dark); outline: none; } .cta-btn-hover svg { transition: transform 0.3s ease-in-out !important; } .cta-btn-hover:hover svg { transform: translateX(6px); } .img-animation{ transition: transform 0.4s ease-in-out; will-change: transform; } .img-animation:hover{ transform: scale(1.05); filter: brightness(1.02); } @font-face { font-family: 'Ionicons'; src: url('/wp-content/.../ionicons.woff2') format('woff2'); font-display: swap; } @font-face { font-family: 'themify'; src: url('/wp-content/.../themify.woff') format('woff'); font-display: swap; }