.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%233077bc' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
    border-color: #3077bc !important;
    border-radius: 1px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    color: #3077bc;
}

.custom-navbar {
    background-color: rgba(221, 221, 221, 0.49) !important;

}

@media (max-width: 991px) {
    .offcanvas-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        padding: 20px 0;
    }

    .offcanvas-body ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .offcanvas-body .nav-item {
        width: 100%;
        text-align: center;
    }

    .offcanvas .offcanvas-header {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .offcanvas-title {
        margin: auto;
    }
}

.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.nav-item {
    width: auto;
}
.ime-klima{
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.tekst-dole{
    font-family: 'Noto Sans', sans-serif;
    color: white;
     font-size: 1rem;
    margin-top: 10px;
}
.tekst-gore{
    color: #3077bc !important;
}
.cena-item{
     font-size: 40px;
    font-family: 'Noto Sans', sans-serif;
    color: white;
    margin-top: -5px;
    margin-bottom: -5px;


}

.navbar-nav .nav-link {
    font-family: 'Noto Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #3077bc !important;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
    position: relative;
    text-decoration: none;
    padding: 10px 15px;
}

.navbar-nav .nav-link:hover {
    color: #1f5a8e !important;
}

.navbar-nav .nav-link::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #3077bc;
    transition: width 0.3s ease-in-out;
    margin: auto;
}

.navbar-nav .nav-link:hover::after {
    width: 40%;
}

.navbar-brand img {
    height: 100px;
}

.offcanvas-title {
    font-family: 'Noto Sans', cursive;
    font-size: 26px;
    font-weight: 700;
    color: #3077bc;
}
.offcanvas-header{
    margin-top: 30px;
    color: #3077bc !important;
      border-color: #3077bc !important;
}
.card {
    background-color: #3077bc !important;
    border-radius: 1px;
}
.card-img-top{
      border-radius: 1px;
}
.card-body {
    display: flex;
    width: auto;

}

.btn{
    background-color: #ffffff;
    border-radius: 1px;
    color: #3077bc;
     font-weight: 600;
    font-family: 'Noto Sans', sans-serif !important;
}
.custom-footer{
        background-color: rgba(221, 221, 221, 0.49) !important;

}
.textp{
    color: #3077bc;
    font-weight: 600;
    font-family: 'Noto Sans', sans-serif !important;
}

.dostapnost {
    font-size: 1rem;
    display: flex;
    color: white;
    margin-top: -17px;
    align-items: center;
    gap: 10px;
}
.available-green {
    color: #28a745;
    font-size: 3rem;
    margin-left: 5px;
}

.not-available {
    color: red;
    font-size: 1.5rem;
    margin-left: 5px;
}
/* Preloader Style */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Makes sure it's on top of other elements */
}

/* Spinner Style */
.spinner {
    border: 4px solid #f3f3f3; /* Light gray */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 5s linear infinite;
}

/* Animation for the spinner */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Preloader - Initially Hidden */
#preloader {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); /* Light transparent background */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
}

/* Show preloader ONLY on mobile screens */
@media (max-width: 768px) {
    #preloader {
        display: flex; /* Show only on small screens */
    }
}

/* Preloader Hidden State */
#preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Spinner */
.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.5s ease infinite;
}

/* Keyframes */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.logo {
    width: 250px;
    height: auto;}
body {
    background: linear-gradient(135deg,
        #f0f8ff,    /* Alice Blue */
        #e6f4ff,    /* Very light blue */
        #d6ebff,    /* Soft pastel blue */
        #ffffff     /* White */
    );
    min-height: 100vh;
    background-attachment: fixed;
}