.whatsapp-section{
    width: 100%;
    padding : 0 0 100px 0 ;
    position: relative;
    overflow: visible;
    z-index: 9999999999;
    background-color: white;
}
.whatsapp-section-content{
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.whatsapp-section-title,.whatsapp-section-text{
    position: relative;
    z-index: 1000000;
}
.whatsapp-section-arrow{
    position: absolute;
    top: 10px;
    right: -50px;
}
.whatsapp-section-title h2{
    color: var(--01, #6316DB);
text-align: right;

/* TITLE/HEADLINE 1 (56) LALEZAR */
font-family: year, sans-serif;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: 64px; /* 114.286% */
}
.whatsapp-section-text{
    color: var(--02, #9582EF);
text-align: right;

/* TITLE/HEADLINE 4 (24) MONTSERRAT AR */
font-family: Montserrat-Arabic, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 133.333% */
}
.whatsapp-section-title-number{
    color: #FFF;

font-family: year, sans-serif;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: 64px;
background-color: #FB2576;
}
.whatsapp-section-cards{
    display: flex;
}
.whatsapp-avatar-container{
    width: 100px;
    height: 100px;
}
.whatsapp-avatar{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whatsapp-message-container{
    width: 100%;
    height:auto;
    border-radius: 12px;
    overflow: hidden;
}
.whatsapp-message{
    width: 100%;
    height: 100%;
}
.whatsapp-section-card-content{
    display: flex;
max-width: 320px;
max-height: 366px;
padding: 16px;
flex-direction: column;
align-items: center;
gap: 16px;
border-radius: 12px;
background: rgba(99, 22, 219, 0.30);
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 2px 4px 4px 0 #9582EF inset;
backdrop-filter: blur(2px);
}
.whatsapp-section-card{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.donnut-whatsapp{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border:50px solid #FB2576;
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 99999;

}

/* Responsive Styles */
@media (max-width: 1024px) {
    .whatsapp-section {
        padding: 80px 0 64px 0;
    }
    .whatsapp-section-content {
        max-width: 90%;
        padding: 0 16px;
    }
    .whatsapp-section-title h2 {
        font-size: 40px;
        line-height: 48px;
        text-align: center;
    }
    .whatsapp-section-title-number {
        font-size: 40px;
        line-height: 48px;
    }
    .whatsapp-section-arrow {
        display: none;
    }
    .whatsapp-section-text {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
    .whatsapp-section-cards {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .whatsapp-section-card {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }
    .whatsapp-section-card-content {
        max-width: 100%;
        width: 100%;
    }
    .donnut-whatsapp {
        display: none;
    }
}

@media (max-width: 768px) {
    .whatsapp-section {
        padding: 64px 0 48px 0;
    }
    .whatsapp-section-content {
        gap: 24px;
        padding: 0 12px;
    }
    .whatsapp-section-title h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .whatsapp-section-title-number {
        font-size: 32px;
        line-height: 40px;
    }
    .whatsapp-section-text {
        font-size: 18px;
        line-height: 24px;
    }
    .whatsapp-section-cards {
        gap: 20px;
    }
    .whatsapp-section-card-content {
        padding: 12px;
        gap: 12px;
    }
    .whatsapp-avatar-container {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 480px) {
    .whatsapp-section {
        padding: 12px 0 40px 0;
    }
    .whatsapp-section-content {
        gap: 20px;
        padding: 0 16px;
    }
    .whatsapp-section-title h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .whatsapp-section-title-number {
        font-size: 24px;
        line-height: 32px;
    }
    .whatsapp-section-text {
        font-size: 16px;
        line-height: 22px;
    }
    .whatsapp-section-cards {
        gap: 16px;
    }
    .whatsapp-section-card-content {
        padding: 10px;
        gap: 10px;
    }
    .whatsapp-avatar-container {
        width: 80px;
        height: 80px;
    }
}