.social-icon-widget {
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 35px;
    transition: ease 0.3s !important;
}

.social-icon-widget:hover {
    transform: scale(1.3);
}

.social-icon-widget#CTAWidgetToggle:hover {
    transform: translateY(0) scale(1.05);
}

.social-icon-widget#CTAWidgetToggle {
    background-color: white;
    border-radius: 100vw;
    z-index: 2020;
    padding-left: 1.5rem;
    animation: ctaBounce 2.5s ease-in-out infinite;
    overflow: hidden;
}

/* Pulse ring radiating outward */
.social-icon-widget#CTAWidgetToggle::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.5);
    animation: ctaPulseRing 2.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    pointer-events: none;
}

/* Shimmer sweep across the button */
.social-icon-widget#CTAWidgetToggle::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 50%;
    height: 200%;
    background: linear-gradient(105deg,
            transparent 40%,
            rgba(255, 255, 255, 0.6) 45%,
            rgba(255, 255, 255, 0.3) 50%,
            transparent 55%);
    animation: ctaShimmer 3.5s ease-in-out infinite;
    pointer-events: none;
}

/* Pause all animations on hover for clean interaction */
.social-icon-widget#CTAWidgetToggle:hover,
.social-icon-widget#CTAWidgetToggle:hover::before,
.social-icon-widget#CTAWidgetToggle:hover::after {
    animation-play-state: paused;
}

@keyframes ctaBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    15% {
        transform: translateY(-6px);
    }

    30% {
        transform: translateY(0);
    }

    45% {
        transform: translateY(-3px);
    }

    60% {
        transform: translateY(0);
    }
}

@keyframes ctaPulseRing {
    0% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.45);
    }

    50% {
        box-shadow: 0 0 0 12px rgba(59, 130, 246, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
    }
}

@keyframes ctaShimmer {

    0%,
    100% {
        left: -75%;
    }

    50% {
        left: 125%;
    }
}

.social-icon-widget#CTAWidgetToggle>p {
    font-weight: 600;
    display: inline;
}

.social-icon-widget.widget-list {
    opacity: 0;
    z-index: 2010;
}

.social-icon-widget.widget-list.active {
    opacity: 1;
}

.social-icon-widget.widget-list.active.list-1 {
    bottom: 100px;
}

.social-icon-widget.widget-list.active.list-2 {
    bottom: 170px;
}

.social-icon-widget.widget-list.active.list-3 {
    bottom: 240px;
}

.social-icon-widget.widget-list.active.list-4 {
    bottom: 310px;
}

.social-icon-widget.widget-list.active.list-5 {
    bottom: 380px;
}

.social-icon-widget.widget-list.active.list-6 {
    bottom: 450px;
}

.social-icon-widget.widget-list.active.list-7 {
    bottom: 520px;
}

.social-icon-widget.widget-list.active.list-8 {
    bottom: 590px;
}

.social-icon-widget.widget-list.active.list-9 {
    bottom: 660px;
}

.social-icon-widget.widget-list.active.list-10 {
    bottom: 730px;
}

.social-icon-widget>img,
.social-icon-widget>picture>img {
    padding: 10px;
    aspect-ratio: 1 / 1;
    width: 60px;
    object-fit: contain;
    object-position: center;
}

.social-icon-widget#CTAWidgetToggle>img,
.social-icon-widget#CTAWidgetToggle>picture>img {
    padding: 10px 10px 15px 10px;
}

.social-footer {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: relative;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.social-footer>img {
    padding: 10px;
    aspect-ratio: 1 / 1;
    width: 40px;
    object-fit: contain;
    object-position: center;
}

.social-icon-widget.instagram,
footer .social-footer.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.mobile-cta {
    display: none;
}

@media only screen and (max-width: 768px) {
    /* .social-icon-widget {
        display: none;
    } */

    .social-icon-widget {
        bottom: 20px;
        right: 20px;
    }

    .social-icon-widget.widget-list.active.list-1 {
        bottom: 80px;
    }

    .social-icon-widget.widget-list.active.list-2 {
        bottom: 140px;
    }

    .social-icon-widget.widget-list.active.list-3 {
        bottom: 200px;
    }

    .social-icon-widget.widget-list.active.list-4 {
        bottom: 260px;
    }

    .social-icon-widget.widget-list.active.list-5 {
        bottom: 320px;
    }

    .social-icon-widget.widget-list.active.list-6 {
        bottom: 380px;
    }

    .social-icon-widget.widget-list.active.list-7 {
        bottom: 450px;
    }

    .social-icon-widget.widget-list.active.list-8 {
        bottom: 500px;
    }

    .social-icon-widget.widget-list.active.list-9 {
        bottom: 560px;
    }

    .social-icon-widget.widget-list.active.list-10 {
        bottom: 620px;
    }
}