.iiuisaydgsgddddd{
    font-size: 18px;
}
.hero p {
    margin-top: 10px;
    margin-bottom: 20px;
}
.uuuu_ppp {
    margin-bottom: 30px;
}
 .wish_call {
    margin-top: 15px;
    font-size: 24px;
    text-align: center;
}

.button-container {
    position: relative;
    display: inline-block;
}

.pulse-button {
    position: relative;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    color: #ffffff;
    border: 1px solid #0000005c;
    border-radius: 4px;
    background: #cb085b;
    cursor: pointer;
    animation: pulse 1.5s infinite;
    text-decoration: none;
    display: inline-block;
}

.pulse-button:hover {
animation: none; 
}

@keyframes pulse {
0% {
    transform: scale(0.95); 
    box-shadow: 0 0 0 0 rgba(161, 23, 159, 0.597); 
}
70% {
    transform: scale(1.01); 
    box-shadow: 0 0 0 15px rgba(244, 179, 0, 0);
}
100% {
    transform: scale(0.95); 
    box-shadow: 0 0 0 0 rgba(244, 179, 0, 0); 
}
}