

        .header-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(50, 50, 50, 0.6); /* Ciemniejszy efekt cieniowania */
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

    

        .section-title {
            margin: 40px 0 20px;
            font-size: 1.75rem;
            text-align: center;
            font-weight: bold;
        }

.header h1 {
    font-size: 4rem;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}


/* Karty wpisów */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
}


/* Sekcja kategorii */
.list-group-item {
    font-weight: 600;
    border: none;
    padding: 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 10px;
}


/* Stopka */
.footer {
    padding: 30px 0;
}

.footer a {
    transition: color 0.3s ease;
}

.footer a:hover {
}

/* Przyciski w stopce */
.footer a {
    font-weight: bold;
}

.footer a:hover {
    text-decoration: underline;
}

/* Sekcja - nagłówki */
.section-title {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

/* Responsywność */
@media (max-width: 768px) {
    .header h1 {
        font-size: 2.5rem;
    }
    
    .navbar-nav {
        text-align: center;
    }

    .list-group-item {
        text-align: center;
    }
}
/* Obraz bez rozciągania*/
.embed-responsive .card-img-top {
    object-fit: cover;
}


 body {
            background-color: #f8f9fa;
        }

/* Styl dla nagłówka */
header {
    position: relative;
    color: white;
    padding: 80px 0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Przyciemniona warstwa nad tłem */
header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Przyciemnienie */
    z-index: 1;
}

/* Kontener na tekst (żeby nie był pod overlayem) */
.header-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Styl dla głównego tytułu */
header h1 {
    font-size: 3rem;
    font-weight: bold;
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInDown 1s forwards;
}

/* Styl dla podtytułu */
header p {
    font-size: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s 0.5s forwards;
}

/* Responsywność */
@media (max-width: 768px) {
    header {
        padding: 50px 0;
        min-height: 250px;
    }
    header h1 {
        font-size: 2.5rem;
    }
    header p {
        font-size: 1.2rem;
    }
}

/* Animacje */
@keyframes fadeInDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

		
		
		/* Styl dla całego kontenera breadcrumb */
.breadcrumb-container {
    justify-content: center;
}

/* Styl dla samego breadcrumb */
.breadcrumb {
    align-items: center;
    background: #f8f9fa;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Styl dla elementów breadcrumb */
.breadcrumb-item a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

/* Efekt hover na linkach */
.breadcrumb-item a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Styl dla aktywnej strony */
.breadcrumb-item.active {
    font-weight: bold;
    color: #333;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    transition: color 0.3s ease-in-out;
}


        .card {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .social-icons a {
            font-size: 24px;
            margin: 0 10px;
            transition: transform 0.3s ease;
        }
        .social-icons a:hover {
            transform: scale(1.2);
        }
        footer {
            background: linear-gradient(to right, #232526, #414345);
        }
		
		.card {
            transition: transform 0.3s, box-shadow 0.3s;
            border-radius: 15px;
            overflow: hidden;
            width: 100%;
        }
        .card:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        }
        .card-headerok {
            font-weight: bold;
            text-align: center;
            font-size: 1.5rem;
        }
		.card {
			background: url('wp-content/themes/twentytwentyfive/sidebar.png') center/cover;
		}
        .icon {
            font-size: 20px;
            color: #007bff;
            margin-right: 8px;
        }
        #map {
            height: 300px;
            width: 100%;
            margin-top: 20px;
            border-radius: 15px;
        }
        .logo {
            max-width: 150px;
            margin: 0 auto 15px;
            display: block;
        }
        .screenshot {
            width: 100%;
            border-radius: 15px;
            margin-top: 15px;
        }
		
		.fasx {
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    color: #3498db;
	}
/* Cyberpunk styl dla okrągłej ikony */
.icon-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff00ff, #00ffff);
    box-shadow: 0px 0px 20px rgba(255, 0, 255, 0.8), 0px 0px 20px rgba(0, 255, 255, 0.8);
    margin: 0 auto;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.icon-bg:hover {
    transform: scale(1.2) rotate(5deg);
    box-shadow: 0px 0px 30px rgba(255, 0, 255, 1), 0px 0px 30px rgba(0, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0.8);
}

.icon-bg i {
    font-size: 56px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
}

/* Styl dla napisu */
.number-text, .number-text-light {
    font-size: 24px;
    font-weight: bold;
    color: #00ffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px rgba(255, 0, 255, 0.8), 0px 0px 10px rgba(0, 255, 255, 0.8);
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
    display: block;
    text-align: center;
    margin-top: 12px;
    background: rgba(0, 0, 0, 0.4);
    padding: 6px 12px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

/* Efekt podświetlenia napisu po najechaniu */
.number-text:hover, .number-text-light:hover {
    color: #ff00ff;
    transform: scale(1.1);
}
