.elementor-2991 .elementor-element.elementor-element-d1f984d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7013909 *//* ---- General Page Style (Transparent) ---- */
.elementor-2991 .elementor-element.elementor-element-7013909 {
    display: flex;
    justify-content: center;
    background-color: transparent; 
    padding: 20px;
}

.link-page-container {
    font-family: 'Cairo', sans-serif; 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

/* ---- Logo Styling ---- */
.profile-logo {
    width: 100px; 
    height: 100px;
    border-radius: 12px; 
    object-fit: cover;
    margin-bottom: 15px; 
    background-color: #222; 
}

/* ---- Title Styling ---- */
.profile-title {
    color: #000000; 
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

/* ---- Profile Name & Description ---- */
.profile-name {
    color: #FE007C; 
    font-size: 24px;
    font-weight: 700;
    margin-top: 5px; 
    margin-bottom: 8px;
}

/* ---- Bio Styling ---- */
.profile-description {
    color: #000000; 
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.6; 
}

/* ---- Links Container ---- */
.links-container {
    width: 100%;
}

/* ---- Link Buttons Style (Dark Theme) ---- */
.link-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222222; 
    color: #ffffff; 
    padding: 18px; 
    margin-bottom: 16px;
    border-radius: 10px; 
    text-decoration: none;
    font-weight: 500; 
    font-size: 16px;
    transition: all 0.3s ease;
    border: none; 
}

.link-button:hover {
    background-color: #333333; 
    transform: scale(1.02); 
}

/* ---- Icon Styling ---- */
.link-button i {
    font-size: 22px;
    margin-left: 12px;
    margin-right: 0;
    width: auto; 
}

/* ---- Icon Colors ---- */
.link-button.whatsapp i {
    color: #25D366;
}
.link-button.facebook i {
    color: #1877F2;
}
.link-button.website i {
    color: #3498db;
}
.link-button.instagram i {
    background: radial-gradient(circle at 30% 107%, #fdf47 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #_285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.link-button.youtube i {
    color: #FF0000;
}
.link-button.tiktok i {
    color: #ffffff;
}/* End custom CSS */