.elementor-3467 .elementor-element.elementor-element-50cd100{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-3467 .elementor-element.elementor-element-c344baf{text-align:center;}.elementor-3467 .elementor-element.elementor-element-c344baf .elementor-heading-title{font-size:43px;font-weight:600;line-height:42px;letter-spacing:5px;-webkit-text-stroke-width:1px;stroke-width:1px;-webkit-text-stroke-color:#FFFFFF;stroke:#FFFFFF;color:#020101;}.elementor-3467 .elementor-element.elementor-element-a0a66fe{--display:flex;}.elementor-widget-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:767px){.elementor-3467 .elementor-element.elementor-element-c344baf .elementor-heading-title{font-size:31px;}}/* Start custom CSS */<style>
/* CARD */
.social-card{
    position: relative;
    max-width: 420px;
    margin: 40px auto;
    padding: 30px;
    border-radius: 20px;

    backdrop-filter: blur(12px);
    background: rgba(20,20,20,0.6);
    border: 1px solid rgba(255,255,255,0.08);

    color: #fff;
    text-align: center;
    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* BACKGROUND METEOR */
.meteor-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    overflow: hidden;
    z-index: 0;
}

.meteor-bg span{
    position: absolute;
    display: block;
    width: 2px;
    height: 80px;
    background: linear-gradient(transparent, #fff);
    opacity: 0.6;
    animation: meteor 3s linear infinite;
}

/* posisi random */
.meteor-bg span:nth-child(1){
    left: 20%;
    animation-delay: 0s;
}
.meteor-bg span:nth-child(2){
    left: 40%;
    animation-delay: 1s;
}
.meteor-bg span:nth-child(3){
    left: 60%;
    animation-delay: 2s;
}
.meteor-bg span:nth-child(4){
    left: 80%;
    animation-delay: 1.5s;
}

/* animasi jatuh */
@keyframes meteor{
    0%{
        transform: translateY(-100px) translateX(0) rotate(45deg);
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    100%{
        transform: translateY(500px) translateX(-200px) rotate(45deg);
        opacity: 0;
    }
}

/* KONTEN DI ATAS BG */
.social-card h2,
.social-card p,
.social-links{
    position: relative;
    z-index: 2;
}

.social-card p{
    font-size: 14px;
    color: #ccc;
    margin-bottom: 20px;
}

/* BUTTON */
.social-links{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.btn{
    padding: 10px 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}

.btn:hover{
    background: rgba(255,255,255,0.2);
    box-shadow: 0 0 10px rgba(255,255,255,0.2);
}
</style>/* End custom CSS */