
.custom-card-link {
    text-decoration: none; /* Remove the underline from the links */
}

.custom-card-link:hover {
    text-decoration: none; /* Ensure no underline on hover */
}

/* Increase the height of the cards */
.custom-card {
    height: 100px; /* Set a fixed height for all cards */
    background-color: #d9d9d9; /* Light grey background */
    transition: transform 0.2s ease-in-out; /* Add some hover effect */
}

/* Add a hover effect to raise the cards slightly */
.custom-card:hover {
    background-color: #1f2a79; 
    transform: scale(1.05); /* Slight zoom effect on hover */
}

.card-text {
    text-align: center;
    font-size: 1.1rem; /* Adjust font size */
    color:#fff; /* Link color */
    margin: auto;
}

/* Remove space between the cards */
.mb-0 {
    margin-bottom: 2px; /* Set a smaller margin between cards */
}

.footer-widget {
    margin-bottom: 1.5rem;
}

.footer-widget h6 {
    font-weight: bold;
    text-transform: uppercase;
    color: #0d47a1; 
}

.footer-widget p, .footer-widget a {
    color: #6c757d;
    font-size: 12px;
}

.live-icon {
    display: inline-block;
    position: relative;
    top: 0;
    vertical-align: middle; 
    background-color: red;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.live-icon:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(255, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: live 2s ease-in-out infinite;
    z-index: -1;
}

@keyframes live {
    0% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(3.5, 3.5);
        background-color: rgba(255, 0, 0, 0);
    }
}
 
/* Klasat e orjentimit te fotografive */
.aligncenter {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important; 
}

.alignleft {
    float: left !important; 
    margin-right: 1rem; 
}

.alignright {
    float: right !important; 
    margin-left: 1rem; 
}

.wp-image {
    max-width: 100%;
    height: auto;
}

.polylang_langswitcher {
    list-style: none; 
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px; 
}

.polylang_langswitcher li {
    display: inline-block;
    margin: 0; 
}

.polylang_langswitcher img {
    width: 24px; 
    height: auto;
}

/* Mobile Menu Background */
#mobile-navmenu {
    padding: 15px;
}

#mobile-navmenu .navbar-nav .nav-link {
    color: #ffffff; 
    padding: 10px 15px;
}


#mobile-navmenu .dropdown-menu {
    /*background-color: #ffffff;*/
    border: none;
}

#mobile-navmenu .dropdown-menu .nav-link {
    color: #000000;
}

#mobile-navmenu .nav-link:hover, 
#mobile-navmenu .dropdown-menu .nav-link:hover {
    background-color: #f8f9fa; 
    color: #007bff;
}