/*
Theme Name: Syrbia Theme
Theme URI: hallonsaftt.com
Description: Modern Theme 2024
Author: hallonsaftt
Version: 1.1.0
*/

/* Osnovni stilovi */
body {
    background-color: #000000;
    color: #333;
}

/* Tamni režim */
body.dark-mode {
    background-color: #333;
    color: #fff;
}

.p-3.bg-dark.text-white ul.nav li a {
    color: #ffffff ;
    font-weight: 500;
}

.items-box {
    margin-top: 20px !important;
}

/*effekat za alert*/
.alert {
    transition: opacity 0.5s ease-in-out; /* Glatka tranzicija */
}

.ikonica-vel {
    font-size: 1.75em;
    color: #0d6efd;
}

.icon-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4em;
    height: 3em;
    border-radius: 20%;
    margin-right: 1rem;
}

.sirina-cont {
    width: 100%;
}

.features-p {
    font-size: 0.9rem;
    width: 100%;
    margin-top: 3%;
}





