@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
    font-family: "Manrope", sans-serif;
}


a {
    color: #ffffff !important;
}

.card-img-overlay.card-data {
    position: absolute;
    top: 57%;

}

.card {
    border: none;
    /* Removes default card border */
}

.img-overlay {
    filter: brightness(50%);
    /* Darkens the background image */
}
.card-text {
    font-size: 18px;
    margin-bottom: 10px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Black overlay with 50% transparency */
    border-radius: 5px;
    /* Adjust this if needed */
}

.social-icon i {
    font-size: 25px;
}

.social-icon {
    background-color: #1f1f1f;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
}

h5.card-header i {
    background-color: black;
    padding: 17px;
    border-radius: 50px;
}


/* Sticky Side Icons */
.sticky-icons p {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    font-size: 17px;
}

.sticky-icons {
    position: fixed;
    bottom: 0;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.sticky-icons a {
    color: white;
    font-size: 24px;
    padding: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.sticky-icons a:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .sticky-icons {
        right: 5px;
        z-index: 1;
    }

    .sticky-icons a {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    .sticky-icons p {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        padding: 13px;
        font-size: 15px;
    }
    .sticky-icons {
        position: fixed;
        bottom: -8%;
        right: 0;
        display: flex;
        flex-direction: row;
        gap: 0;
        z-index: 0;
    }
    .mobile-icons {
        background-color: red;
        border-radius: 5px;
    }
    .card-img-overlay.card-data {
        position: absolute;
        top: 57%;
    }
    img.ucc-img {
        position: relative;
        left: 31%;
        width: 130px;
    }
    
}

.add-text {
    font-size: 16px;
}


#qrcode {
    background-color: #f0f0f0;
    padding: 10px 25px;
}
img.ucc-img {
    position: relative;
    left: 21%;
}