/*
Theme Name: Dobetice Portal Pro
Version: 1.1
*/
/*
Theme Name: Dobetice Portal
Version: 1.0
*/


html {
    scroll-behavior: smooth
}

* {
    box-sizing: border-box
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #000;
    text-decoration: none;
}

body {
    margin: 0;
    font-family: Segoe UI, Arial, sans-serif;
    background: #eef2f7;
    color: #222
}

.container {
    max-width: 1400px;
    width: 95%;
    margin: auto
}

.header {
    position: sticky;
    top: 0;
    background: #081f45;
    color: #fff;
    z-index: 100
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0
}

.logo {
    font-size: 30px;
    font-weight: 700
}

nav a {
    color: #fff;
    text-decoration: none;
    margin-left: 18px
}

nav a:hover {
    color: #8bc3ff
}

.hero {
    background: linear-gradient(135deg, #163b78, #081f45);
    color: #fff;
    padding: 120px 0
}
.hero.section::after{

    content:'';

    position:absolute;

    left:0;
    right:0;
    bottom:0;

    height:120px;

    background:
        linear-gradient(
            to top,
            #eef2f7 0%,
            rgba(238,242,247,0) 100%
        );

}

.hero-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px
}

.hero h1 {
    font-size: 78px;
    margin: 0
}

.hero h2 {
    font-size: 48px;
    color: #ffd54f
}

.weather {
    background: #102b57;
    padding: 25px;
    border-radius: 18px
}

.temp {
    font-size: 54px;
    font-weight: bold
}

.btn {
    display: inline-block;
    background: #fff;
    color: #081f45;
    padding: 12px 18px;
    border-radius: 10px;
    text-decoration: none;
    margin-right: 10px
}

.secondary {
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}

.services,
.grid4,
.grid3 {
    display: grid;
    gap: 16px;
    margin: 20px 0;
    
}

.services {
    grid-template-columns: repeat(6, 1fr)
}

.service {
    padding: 20px;
    border-radius: 14px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: .3s
}

.service:nth-child(1) {
    background: #1565c0
}

.service:nth-child(2) {
    background: #2e7d32
}

.service:nth-child(3) {
    background: #ef6c00
}

.service:nth-child(4) {
    background: #7b1fa2
}

.service:nth-child(5) {
    background: #00838f
}

.service:nth-child(6) {
    background: #c62828
}

.grid4 {
    grid-template-columns: 300px 350px 1fr;
}

.grid3 {
    grid-template-columns: 2fr 1fr 1fr
}

.card {
    background: #fff;
    padding: 18px;
    border-radius: 16px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
    transition: .3s
}

.placeholder {
    height: 180px;
    background: #c7d0da;
    border-radius: 12px
}

.large {
    height: 340px
}

.stats {
    background: #081f45;
    color: #fff;
    border-radius: 16px;
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
    margin: 20px 0
}

.stats strong {
    display: block;
    font-size: 28px
}

footer {
    background: #081f45;
    color: #fff;
    padding: 40px 0;
    margin-top: 20px
}

@media(max-width:900px) {

    .hero-grid,
    .grid4,
    .grid3,
    .services,
    .stats {
        grid-template-columns: 1fr 1fr
    }

    .hero h1 {
        font-size: 52px
    }
}

.transport-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
    transition: .25s;
}

.transport-card:hover {
    box-shadow: 0 10px 25px rgba(15, 23, 42, .08);

}

.card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.card-header2 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    position: relative;
}

.card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.transport-icon {
    background: #dbeafe;
    color: #2563eb;
}

.card-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.card-subtitle {
    color: #6b7280;
    font-size: 14px;
}

.transport-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.transport-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    background: #f8fafc;
    border-radius: 12px;
}

.transport-left {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #374151;
}

.line-badge {
    min-width: 42px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.line-blue {
    background: #3b82f6;
}

.line-green {
    background: #22c55e;
}

.line-orange {
    background: #f59e0b;
}

.line-red {
    background: #ef4444;
}

.arrival {
    font-size: 13px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
}

.arrival-soon {
    background: #dcfce7;
    color: #15803d;
}

.arrival-normal {
    background: #fef3c7;
    color: #b45309;
}

.arrival-late {
    background: #fee2e2;
    color: #b91c1c;
}

.card-link {
    display: inline-block;
    margin-top: 18px;
    text-decoration: none;
    color: #2563eb;
    font-weight: 600;
}

.card-link:hover {
    color: #1d4ed8;
}



.waste-card:hover {

    box-shadow: 0 10px 25px rgba(15, 23, 42, .08);
}

.waste-icon {
    background: #dcfce7;
    color: #16a34a;
}



.next-waste-label {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 6px;
}

.next-waste-date{
    margin-top:8px;
    color:#6b7280;
    font-size:15px;
}

.next-waste-countdown {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 13px;
    font-weight: 700;
}

.waste-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.waste-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    background: #f8fafc;
    border-radius: 12px;
}

.waste-left {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #374151;
}

.waste-badge {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
}

.mixed {
    background: #6b7280;
}

.paper {
    background: #3b82f6;
}

.plastic {
    background: #f59e0b;
}

.bio {
    background: #22c55e;
}

.waste-date {
    color: #111827;
    font-weight: 600;
}

.events-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
    transition: .25s;
}

.events-card:hover {

    box-shadow: 0 10px 25px rgba(15, 23, 42, .08);
}

.events-icon {
    background: #ede9fe;
    color: #7c3aed;
}

.events-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.event-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    background: #f8fafc;
    border-radius: 14px;
}

.event-date {
    min-width: 60px;
    background: #f3f4f6;
    border-radius: 12px;
    text-align: center;
    padding: 8px;
}

.day {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
}

.month {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
}

.event-content {
    flex: 1;
}

.event-content h4 {
    margin: 0 0 4px;
    font-size: 15px;
    color: #111827;
}

.event-meta {
    font-size: 13px;
    color: #6b7280;
}

.event-time {
    padding: 6px 10px;
    border-radius: 999px;
    background: #ede9fe;
    color: #7c3aed;
    font-size: 13px;
    font-weight: 700;
}

.alerts-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
    transition: .25s;
}

.alerts-card:hover {

    box-shadow: 0 10px 25px rgba(15, 23, 42, .08);
}

.alerts-icon {
    background: #fee2e2;
    color: #dc2626;
}

.alerts-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.alert-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: #f8fafc;
    border-radius: 14px;
}

.alert-content {
    flex: 1;
}

.alert-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
}

.alert-meta {
    font-size: 12px;
    color: #6b7280;
}

.alert-badge {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.alert-badge.high {
    background: #fee2e2;
    color: #dc2626;
}

.alert-badge.medium {
    background: #fef3c7;
    color: #d97706;
}

.alert-badge.low {
    background: #dcfce7;
    color: #16a34a;
}

.map-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
    transition: .25s;
}

.map-card:hover {

    box-shadow: 0 10px 25px rgba(15, 23, 42, .08);
}

.map-icon {
    background: #dbeafe;
    color: #2563eb;
}

.map-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.map-filter {
    border: none;
    background: #f3f4f6;
    color: #374151;
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: .2s;
}

.map-filter:hover {
    background: #e5e7eb;
}

.map-filter.active {
    background: #2563eb;
    color: white;
}

.map-placeholder {
    position: relative;
    height: 380px;
    border-radius: 16px;
    background:
        linear-gradient(45deg,
            #f8fafc,
            #eef2f7);
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.map-placeholder::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg,
            transparent,
            transparent 59px,
            rgba(148, 163, 184, .15) 60px),
        repeating-linear-gradient(0deg,
            transparent,
            transparent 59px,
            rgba(148, 163, 184, .15) 60px);
}

.map-pin {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
    cursor: pointer;
}

.school {
    top: 25%;
    left: 30%;
}

.bus {
    top: 50%;
    left: 60%;
}

.park {
    top: 70%;
    left: 40%;
}

.office {
    top: 35%;
    left: 75%;
}

.map-legend {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7280;
}

.legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.blue {
    background: #3b82f6;
}

.green {
    background: #22c55e;
}

.yellow {
    background: #f59e0b;
}

.red {
    background: #ef4444;
}

.reports-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
    transition: .25s;
}

.reports-card:hover {

    box-shadow: 0 10px 25px rgba(15, 23, 42, .08);
}

.reports-icon {
    background: #ffedd5;
    color: #ea580c;
}

.reports-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.report-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: #f8fafc;
    border-radius: 14px;
}

.report-content {
    flex: 1;
}

.report-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
}

.report-meta {
    font-size: 12px;
    color: #6b7280;
}

.report-status {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.status-new {
    background: #dbeafe;
    color: #2563eb;
}

.status-progress {
    background: #fef3c7;
    color: #b45309;
}

.status-done {
    background: #dcfce7;
    color: #15803d;
}

.reports-actions {
    margin-top: 18px;
}

.report-btn {
    width: 100%;
    border: none;
    background: #ea580c;
    color: #fff;
    padding: 12px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}

.report-btn:hover {
    background: #c2410c;
}

.community-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
    transition: .25s;
   
}
.disabled > *{

    filter:blur(4px);

    opacity:.7;

}
.beta {
    display: inline;
    background-color: #ce0f0f;
    color: #fff;
    padding: 3px;
    font-size: 10px;
    border-radius: 5px;
    position: relative;
    top: -5px;
    font-weight: normal;
}
.community-card:hover {

    box-shadow: 0 10px 25px rgba(15, 23, 42, .08);
}

.community-icon {
    background: #cffafe;
    color: #0891b2;
}

.community-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.community-post {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8fafc;
    border-radius: 14px;
}

.community-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #06b6d4;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.community-content {
    flex: 1;
}

.community-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
}

.community-meta {
    font-size: 12px;
    color: #6b7280;
}

.community-comments {
    min-width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0284c7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.community-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.community-stat {
    text-align: center;
    background: #f8fafc;
    padding: 12px;
    border-radius: 12px;
}

.community-stat strong {
    display: block;
    font-size: 20px;
    color: #111827;
}

.community-stat span {
    font-size: 12px;
    color: #6b7280;
}

.community-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #0891b2;
    color: white;
    padding: 12px;
    border-radius: 12px;
    font-weight: 600;
    transition: .2s;
}

.community-btn:hover {
    background: #0e7490;
    color: white;
}

.news-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
    transition: .25s;
}

.news-card:hover {

    box-shadow: 0 10px 25px rgba(15, 23, 42, .08);
}

.news-icon {
    background: #dbeafe;
    color: #2563eb;
}

.news-featured {
    overflow: hidden;
    border-radius: 16px;
    background: #f8fafc;
    margin-bottom: 18px;
}

.news-image {
    height: 180px;
    background:
        linear-gradient(135deg,
            #93c5fd,
            #3b82f6);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.news-body {
    padding: 18px;
}

.news-category {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 999px;
    background: #dbeafe;
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.news-body h4 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 18px;
}

.news-body p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.news-meta {
    color: #6b7280;
    font-size: 13px;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
    background: #f8fafc;
}

.news-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2563eb;
    margin-top: 6px;
    flex-shrink: 0;
}

.news-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
}

.news-date {
    font-size: 12px;
    color: #6b7280;
}

.gallery-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
    transition: .25s;
}

.gallery-card:hover {

    box-shadow: 0 10px 25px rgba(15, 23, 42, .08);
}

.gallery-icon {
    background: #f3e8ff;
    color: #9333ea;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 18px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 14px;
}

.gallery-placeholder {
    height: 120px;
    background:
        linear-gradient(135deg,
            #c4b5fd,
            #8b5cf6);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: .3s;
    cursor: pointer;
}



.gallery-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.gallery-count {
    font-size: 13px;
    color: #6b7280;
}

.ai-card {
    background:
        linear-gradient(135deg,
            #ffffff,
            #f8fafc);

    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;

    box-shadow:
        0 4px 12px rgba(15, 23, 42, .04);

    transition: .25s;
}

.ai-card:hover {


    box-shadow:
        0 10px 25px rgba(15, 23, 42, .08);
}

.ai-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.ai-icon {
    width: 54px;
    height: 54px;

    border-radius: 16px;

    background:
        linear-gradient(135deg,
            #8b5cf6,
            #3b82f6);

    color: white;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
}

.ai-header h3 {
    margin: 0;
    color: #111827;
}

.ai-subtitle {
    font-size: 13px;
    color: #6b7280;
}

.ai-description {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 18px;
}

.ai-search {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
}

.ai-search input {
    flex: 1;

    border: 1px solid #d1d5db;
    border-radius: 12px;

    padding: 12px 14px;

    font-size: 14px;
}

.ai-search button {
    width: 48px;

    border: none;
    border-radius: 12px;

    background: #6366f1;
    color: white;

    cursor: pointer;

    transition: .2s;
}

.ai-search button:hover {
    background: #4f46e5;
}

.ai-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin-bottom: 18px;
}

.ai-chip {
    padding: 8px 12px;

    background: #eef2ff;

    color: #4f46e5;

    border-radius: 999px;

    font-size: 12px;
    font-weight: 600;

    cursor: pointer;

    transition: .2s;
}

.ai-chip:hover {
    background: #e0e7ff;
}

.ai-preview {
    background: #f8fafc;

    border-radius: 14px;

    padding: 14px;

    margin-bottom: 18px;
}

.ai-message {
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
}

.ai-btn {
    display: block;

    text-align: center;

    text-decoration: none;

    background:
        linear-gradient(135deg,
            #8b5cf6,
            #3b82f6);

    color: white;

    padding: 12px;

    border-radius: 12px;

    font-weight: 600;

    transition: .2s;
}

.ai-btn:hover {
    opacity: .92;
}

.stats-bar {

    height: 72px;

    background:
        linear-gradient(90deg,
            #071937,
            #082248,
            #071937);

    border-radius: 18px;

    padding: 0 25px;
    margin-bottom: 15px;

    display: flex;
    align-items: center;
}

.stat {

    display: flex;
    align-items: center;

    min-width: 180px;

    gap: 12px;
}

.separator {
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, .12);
    margin: 0 25px 0 25px;
}

.stat-icon {

    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}



.blue{
    background:#3b82f6;
    color:#fff;
}

.purple{
    background:#8b5cf6;
    color:#fff;
}

.green{
    background:#22c55e;
    color:#fff;
}

.orange{
    background:#f59e0b;
    color:#fff;
}

.pink{
    background:#ec4899;
    color:#fff;
}

.cyan{
    background:#06b6d4;
    color:#fff;
}

.red{
    background:#ef4444;
    color:#fff;
}

.stat-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.label {

    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
}

.value {

    font-size: 15px;
    font-weight: 700;
}

.white {
    color: #ffffff;
}
.blue-text {
    color: #3b82f6;
}
.green-text {
    color: #22c55e;
}

.orange-text {
    color: #f59e0b;
}

.red-text {
    color: #ef4444;
}
.pink-text {
    color: #ec4899;
}
.purple-text {
    color: #8b5cf6;
}

.footer {

    background:
        linear-gradient(90deg,
            #04142f 0%,
            #07204a 50%,
            #04142f 100%);

    color: white;

    margin-top: 0;
}

.footer-container {
    max-width: 1400px;
    margin: auto;

    display: grid;

    grid-template-columns:
        280px 220px 260px 300px;

    gap: 25px;

    padding: 45px 35px 35px;
}

.footer-col {
    position: relative;
}

.footer-col:not(:last-child)::after {

    content: "";

    position: absolute;

    right: -12px;
    top: 0;

    width: 1px;
    height: 100%;

    background:
        rgba(255, 255, 255, .06);
}

.footer-col h4 {

    margin: 0 0 20px;

    font-size: 16px;

    font-weight: 700;

    color: white;
}

.footer-brand p {

    color: #9caec7;

    font-size: 14px;

    line-height: 1.6;

    margin-top: 15px;
}

.footer-logo {

    width: 170px;

    display: block;
}

.footer-col ul {

    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-col li {

    margin-bottom: 12px;
}

.footer-col a {

    color: #cbd5e1;

    text-decoration: none;

    transition: .2s;
}

.footer-col a:hover {

    color: white;
}

.socials {

    display: flex;

    gap: 10px;

    margin-top: 20px;
}

.socials a {

    width: 38px;
    height: 38px;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, .08);

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;

    font-size: 13px;
}

.contact-list {

    color: #cbd5e1;

    font-size: 14px;

    line-height: 1.8;
}

.app-column p {

    color: #9caec7;

    font-size: 14px;

    margin-bottom: 18px;
}

.stores {

    display: flex;

    gap: 10px;

    margin-bottom: 20px;
}

.store-btn {

    background: #111827;

    border: 1px solid rgba(255, 255, 255, .1);

    padding: 10px 14px;

    border-radius: 10px;

    font-size: 13px;
}

.phone-preview {

    width: 170px;
    height: 290px;

    border-radius: 34px;

    background:
        linear-gradient(135deg,
            #111827,
            #1f2937);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 50px;
}



.topbar {

    position: sticky;
    top: 0;

    z-index: 1000;

    background:
        rgba(7, 21, 47, .92);

    backdrop-filter:
        blur(12px);

    border-bottom:
        1px solid rgba(255, 255, 255, .06);
}

.topbar-container {

    max-width: 1400px;

    margin: auto;

    height: 82px;

    padding: 0 24px;

    display: flex;

    align-items: center;

    justify-content: space-between;
}

.logo-wrap {

    display: flex;

    align-items: center;

    gap: 14px;

    text-decoration: none;
}

.logo-icon {

    width: 48px;
    height: 48px;

    border-radius: 14px;

    background:
        linear-gradient(135deg,
            #2563eb,
            #06b6d4);

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;

    font-size: 24px;
    font-weight: 700;
}

.logo-text {

    display: flex;
    flex-direction: column;
}

.logo-title {

    color: white;

    font-size: 20px;

    font-weight: 700;
}

.logo-subtitle {

    color: #94a3b8;

    font-size: 12px;
}

.main-nav {

    display: flex;

    gap: 8px;
}

.nav-link {

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 12px 14px;

    border-radius: 12px;

    color: #cbd5e1;

    text-decoration: none;

    font-size: 14px;

    transition: .2s;
}

.nav-link:hover {

    background:
        rgba(255, 255, 255, .06);

    color: white;
}

.nav-link.active {

    background:
        rgba(37, 99, 235, .15);

    color: #60a5fa;
}

.nav-icon {

    font-size: 15px;
}

.header-actions {

    display: flex;

    align-items: center;

    gap: 10px;
}

.icon-btn {

    width: 42px;
    height: 42px;

    border: none;

    border-radius: 12px;

    background:
        rgba(255, 255, 255, .06);

    cursor: pointer;

    color: white;
}

.icon-btn:hover {

    background:
        rgba(255, 255, 255, .12);
}

.login-btn {

    padding: 12px 18px;

    border-radius: 12px;

    background:
        linear-gradient(135deg,
            #2563eb,
            #1d4ed8);

    color: white;

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;

    transition: .2s;
}


.hero-section {

    position: relative;

    min-height: 520px;

    overflow: hidden;

    background-image:
        linear-gradient(
            rgba(0,0,0,.35),
            rgba(0,0,0,.35)
        ),
         url('https://dobetice.cz/wp-content/themes/dobetice-theme/images/header-bg.png');
         background-size:cover;

    background-position:center;

    background-repeat:no-repeat;
}

.hero-overlay {

    position: absolute;
    inset: 0;

    background:
        radial-gradient(circle at 80% 20%,
            rgba(255, 255, 255, .08),
            transparent 25%);
}

.hero-container {

    max-width: 1400px;

    margin: auto;

    min-height: 520px;

    padding: 80px 24px;

    display: grid;

    grid-template-columns:
        1.4fr 420px;

    align-items: center;

    gap: 50px;

    position: relative;
    z-index: 2;
}

.hero-badge {

    display: inline-flex;

    align-items: center;

    padding: 8px 14px;

    border-radius: 999px;

    background:
        rgba(255, 255, 255, .08);

    color: #93c5fd;

    font-size: 13px;

    margin-bottom: 24px;
}

.hero-content h1 {

    font-size: 78px;

    line-height: 1;

    margin: 0;

    color: white;

    font-weight: 800;
}

.hero-content h2 {

    font-size: 56px;
    font-weight: 800;
    margin: 0;
    background:
        linear-gradient(90deg,
            #ff4d8d 0%,
            #ff8a3d 20%,
            #ffd93d 40%,
            #8ddf3f 60%,
            #37d5d6 80%,
            #4d8dff 100%);

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter:
        drop-shadow(0 0 12px rgba(255, 255, 255, .08));
}

.hero-content p {

    max-width: 650px;

    color: #cbd5e1;

    font-size: 18px;

    line-height: 1.8;
}

.hero-buttons {

    display: flex;

    gap: 14px;

    margin-top: 30px;
}

.btn-primary {

    padding: 14px 22px;

    border-radius: 14px;

    background:
        linear-gradient(135deg,
            #2563eb,
            #3b82f6);

    color: white;

    text-decoration: none;

    font-weight: 600;
}

.btn-secondary {

    padding: 14px 22px;

    border-radius: 14px;

    border:
        1px solid rgba(255, 255, 255, .15);

    color: white;

    text-decoration: none;

    backdrop-filter: blur(8px);
}
.btn-primary:hover, .btn-secondary:hover {
    color: white;
    text-decoration: underline;
}

.weather-widget {

    padding: 28px;

    border-radius: 24px;

    background:
        rgba(255, 255, 255, .08);

    backdrop-filter: blur(18px);

    border:
        1px solid rgba(255, 255, 255, .08);

    color: white;
}

.weather-top {

    display: flex;

    justify-content: space-between;

    align-items: center;
}

.weather-location {

    display: block;

    font-size: 18px;

    font-weight: 700;
}

.weather-date {

    display: block;

    color: #cbd5e1;

    font-size: 13px;
}

.weather-icon {

    font-size: 34px;
}

.weather-temp {

    font-size: 78px;

    font-weight: 800;

    margin-top: 20px;
}

.weather-status {

    color: #93c5fd;

    margin-top: -5px;

    margin-bottom: 30px;
}

.weather-stats {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 15px;
}

.weather-stats span {

    display: block;

    color: #94a3b8;

    font-size: 12px;

    margin-bottom: 6px;
}

.weather-stats strong {

    font-size: 15px;
}

.quick-nav {

    display: grid;
    grid-template-columns: repeat(7, 1fr);

    gap: 0;

    margin-top: -35px;

    position: relative;
    z-index: 50;

    border-radius: 18px;

    overflow: hidden;
}
.quick-nav::before{

    content:'';

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.15),
            rgba(255,255,255,0),
            rgba(0,0,0,.15)
        );

    pointer-events:none;

    z-index:1;

}
.quick-item {

    height: 84px;

    display: flex;
    align-items: center;
    
    padding: 0 22px;

    color: #fff;
    text-decoration: none;

    transition: .15s;
}

.quick-item:hover {

    filter: brightness(1.08);
}

.quick-icon {

    font-size: 30px;

    margin-right: 14px;

    width: 34px;

    text-align: center;
}

.quick-title {

    font-size: 14px;

    font-weight: 700;

    letter-spacing: .2px;

    margin-bottom: 3px;
}

.quick-desc {

    font-size: 13px;

    opacity: .95;
}

.transport {
    background: #0F5BEA;
}

.waste {
    background: #2E9E3D;
}

.reports {
    background: #F57C00;
}

.events {
    background: #6F2BD9;
}

.map {
    background: #008CCF;
}

.community {
    background: #E63D63;
}
.family {
    background: #03b8b5;
}



.main-nav-list {

    display: flex !important;

    flex-direction: row !important;

    align-items: center;

    gap: 20px;

    list-style: none;

    margin: 0;
    padding: 0;
}

.main-nav-list li {

    display: inline-flex !important;

    margin: 0;
    padding: 0;
}

.main-nav-list a {

    display: flex;

    align-items: center;

    height: 42px;

    padding: 0 16px;

    text-decoration: none;
}

.main-nav-list {

    display: flex !important;

    flex-direction: row !important;
}
.page-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 4px 12px rgba(15,23,42,.04);
    margin: 20px 0;
}

.page-card .card-header {
    margin-bottom: 25px;
}

.page-card .page-content {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
}

.page-card .page-content img {
    max-width: 100%;
    height: auto;
}

.page-card .page-content p:last-child {
    margin-bottom: 0;
}
.news-title a,
.news-body h4 a {
    color: #111827;
    text-decoration: none;
    transition: .2s;
}

.news-title a:hover,
.news-body h4 a:hover {
    color: #111827;
    text-decoration:underline ;
}
.page-content a {
    color: #111827;
    text-decoration: none;
    font-weight: 600;
}

.page-content a:hover {
    text-decoration: underline;
}
.comments-card{
    margin-top:20px;
}

.comments-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.comment-body{
    background:#f8fafc;
    border-radius:14px;
    padding:16px;
}

.comment-author{
    font-weight:700;
    color:#111827;
}

.comment-meta{
    font-size:12px;
    color:#6b7280;
    margin-bottom:10px;
}

.comment-content{
    color:#374151;
    line-height:1.7;
}

.comment-form-box{
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #e5e7eb;
}

.comment-form textarea{
    width:100%;
    min-height:120px;
    border:1px solid #d1d5db;
    border-radius:12px;
    padding:12px;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url]{
    width:100%;
    border:1px solid #d1d5db;
    border-radius:12px;
    padding:12px;
}

.comment-form .submit{
    background:#0891b2;
    color:#fff;
    border:none;
    padding:12px 18px;
    border-radius:12px;
    cursor:pointer;
}
.comments-card{
    margin-top:20px;
}

.comment-reply-title{
    display:none;
}

.comment-form{
    margin-top:20px;
}

.comment-field textarea{
    width:100%;
    min-height:150px;

    border:1px solid #e5e7eb;
    border-radius:14px;

    background:#f8fafc;

    padding:16px;

    font-size:15px;

    resize:vertical;
}

.comment-field textarea:focus{
    outline:none;
    border-color:#0891b2;
}

.comment-submit{

    border:none;

    background:#0891b2;

    color:white;

    padding:12px 18px;

    border-radius:12px;

    font-weight:600;

    cursor:pointer;
}

.comment-submit:hover{
    opacity:.9;
}
.comments-list{
    display:flex;
    flex-direction:column;
    gap:15px;
    margin-bottom:25px;
}

.comments-list .comment{
    background:#f8fafc;
    border-radius:14px;
    padding:16px;
}

.comments-list .comment-author{
    font-weight:700;
    color:#111827;
    margin-bottom:6px;
}

.comments-list .comment-meta{
    font-size:13px;
    color:#6b7280;
    margin-bottom:10px;
}

.comments-list .comment-content{
    color:#374151;
    line-height:1.7;
}

.comments-list .reply{
    margin-top:10px;
}

.comments-list .reply a{
    text-decoration:none;
    color:#111827;
}

.comments-list .reply a:hover{
    opacity:.7;
}
.navigation.pagination{
    margin-top:20px;
}

.navigation.pagination .nav-links{
    display:flex;
    gap:10px;
}

.navigation.pagination a,
.navigation.pagination span{
    padding:8px 12px;
    border-radius:10px;
    background:#f3f4f6;
    text-decoration:none;
}

.navigation.pagination .current{
    background:#0891b2;
    color:#fff;
}
.waste-badge {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

/* Komunální */
.waste-badge.mixed {
    background: #444;
}

/* Papír */
.waste-badge.paper {
    background: #2196f3;
}

/* Plast */
.waste-badge.plastic {
    background: #ffc107;
}

/* Bio */
.waste-badge.bio {
    background: #4caf50;
}

/* Sklo */
.waste-badge.glass {
    background: #00c853;
}

/* Kovy */
.waste-badge.metal {
    background: #9e9e9e;
}

/* Tetrapak */
.waste-badge.tetrapak {
    background: #ff9800;
}

/* Textil */
.waste-badge.textile {
    background: #9c27b0;
}

/* Jedlé oleje */
.waste-badge.oil {
    background: #795548;
}
/* Objemný odpad */
.waste-badge.bulk {
    background: #f44336;
}

/* Elektroodpad */
.waste-badge.electro {
    background: #00bcd4;
}

/* Nebezpečný odpad */
.waste-badge.hazardous {
    background: #e91e63;
}

/* Vánoční stromky */
.waste-badge.trees {
    background: #2e7d32;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #000;
    margin-top: 30px;
    flex-wrap: wrap;
}

.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 40px;
    height: 40px;

    padding: 0 14px;

    border-radius: 12px;

    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);

    color: #000;
    text-decoration: none;

    transition: all 0.2s ease;
}

.pagination .page-numbers:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-2px);
}

.pagination .page-numbers.current {
    background: #4caf50;
    border-color: #4caf50;
    color: #fff;
    font-weight: 600;
}

.pagination .prev,
.pagination .next {
    padding: 0 18px;
}
.pagination .dots {
    color: rgba(255,255,255,.5);
    padding: 0 10px;
}
.line-badge {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 36px;
    height: 36px;

    border-radius: 10px;

    background: #2563eb;
    color: #fff !important;

    font-weight: 700;
    font-size: 14px;

}
.transport-select-form {
    margin-top: 4px;
}

.transport-select {
    background: transparent;
    border: 0;
    color: #888;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
    margin-top: 3px;
}

.transport-select:focus {
    outline: none;
}
.transport-page-filter {
    margin: 25px 0;
}

.transport-page-filter select {

    width: 100%;

    height: 45px;

    border-radius: 12px;

    border: 1px solid rgba(255,255,255,.1);

    background: rgba(255,255,255,.05);

    color: #fff;

    padding: 0 15px;

}

.transport-right {

    text-align: right;

}

.transport-time {

    font-size: 13px;

    opacity: .7;

}

.transport-minutes {

    font-weight: 700;

}
.transport-page-filter select {

    width: 100%;

    height: 50px;

    padding: 0 15px;

    border-radius: 12px;

    border: 1px solid #dbe3eb;

    background: #ffffff;

    color: #1f2937;

    font-size: 15px;

    font-weight: 500;

    cursor: pointer;

    transition: all .2s ease;

}

.transport-page-filter select:hover {

    border-color: #3b82f6;

}

.transport-page-filter select:focus {

    outline: none;

    border-color: #3b82f6;

    box-shadow: 0 0 0 4px rgba(59,130,246,.15);

}

.transport-page-filter select option {

    background: #ffffff;

    color: #1f2937;

}
#mapa2 {

    

    width: 100%;

    border-radius: 20px;

    overflow: hidden;

    margin-top: 20px;

}
#mapa {

    height: 700px;

    width: 100%;

    border-radius: 20px;

    overflow: hidden;

    margin-top: 20px;

}

.map-filters {

    display: flex;

    gap: 20px;

    margin-top: 20px;

    flex-wrap: wrap;

}
.bus-icon {

    font-size: 24px;

    text-align: center;

    line-height: 30px;

}
.zavada-icon {

    font-size: 24px;

    text-align: center;

    line-height: 30px;

}
.map-filters {

    display: flex;

    gap: 20px;

    margin-bottom: 20px;

    flex-wrap: wrap;

}

.map-filters label {

    display: flex;

    align-items: center;

    gap: 8px;

    font-weight: 600;

    cursor: pointer;

}

.map-filters input[type="checkbox"] {

    width: 18px;
    height: 18px;

}

.zavada-icon {

    font-size: 24px;

    text-align: center;

    line-height: 30px;

}
.akce-icon {

    font-size: 32px;

    text-align: center;

    line-height: 32px;

}

#homepage-mapa{

    height:350px;

    width:100%;

    border-radius:16px;

    overflow:hidden;

    margin-top:15px;

}

.map-legend{

    display:flex;

    gap:15px;

    margin-top:15px;

    flex-wrap:wrap;

}
.gallery-grid{

    display:grid;

    grid-template-columns:
        repeat(auto-fill,minmax(300px,1fr));

    gap:20px;

}

.gallery-card{

    display:block;

    text-decoration:none;

    color:inherit;

    background:#fff;

    border-radius:16px;

    overflow:hidden;

    transition:.2s;

}



.gallery-image{

    height:220px;

    overflow:hidden;

}

.gallery-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.gallery-content{

    padding:16px;

}

.gallery-content h3{

    margin:0 0 10px;

}
.gallery-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:10px;

    margin-top:15px;

}

.gallery-item{

    display:block;

    overflow:hidden;

    border-radius:12px;

    aspect-ratio:1/1;

}

.gallery-item img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

    transition:.3s;

}



.gallery-card{

    display:block;

    text-decoration:none;

    color:inherit;

    background:#fff;

    border-radius:16px;

    overflow:hidden;

    transition:.2s;

}



.gallery-image{

    height:220px;

    overflow:hidden;

}

.gallery-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.gallery-placeholder{

    height:100%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:48px;

}

.gallery-content{

    padding:16px;

}

.gallery-content h3{

    margin:0;

}
.album-cover{

    margin:20px 0;

    border-radius:16px;

    overflow:hidden;

}

.album-cover img{

    width:100%;

    height:auto;

    display:block;

}

.album-content{

    margin-top:20px;

}

.album-content .gallery{

    display:grid;

    grid-template-columns:
        repeat(auto-fill,minmax(250px,1fr));

    gap:15px;

}

.album-content .gallery img{

    width:100%;

    height:220px;

    object-fit:cover;

    border-radius:12px;

    transition:.2s;

}

.breadcrumbs{

    max-width:1200px;

    margin:10px 0 0 0;

    padding:0 20px;

    display:flex;

    flex-wrap:wrap;

    align-items:center;

    gap:8px;

    font-size:14px;

}

.breadcrumbs a,
.breadcrumbs span{

    display:inline-flex;


    padding:8px 14px;

    border-radius:10px;

    background:#f3f4f6;

    color:#555;

    text-decoration:none;

    transition:all .2s ease;

}

.breadcrumbs a:hover{

    background:#e5e7eb;

    color:#555;
    
    



}

.breadcrumbs span{

    background:#e5e7eb;

    font-weight:600;

}

.breadcrumbs > span:nth-child(even){

    background:transparent;

    padding:0;

    font-size:18px;

    color:#999;

}
.header-actions{

    display:flex;

    align-items:center;

    gap:10px;

}

.icon-btn{

    width:42px;
    height:42px;

    border:none;

    border-radius:12px;

    background:rgba(255,255,255,.08);

    display:flex;

    align-items:center;

    justify-content:center;

    cursor:pointer;

    font-size:18px;

    transition:.25s ease;

}

.icon-btn:hover{

    background:#2563eb;

    transform:translateY(-2px);

}

.login-btn{

    display:flex;
    align-items:center;
    gap:8px;

    height:42px;

    padding:0 14px;

    border-radius:12px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.08);

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.25s ease;

}

.login-btn:hover{

    background:rgba(255,255,255,.14);

    border-color:rgba(255,255,255,.15);

}
.account-menu{

    position:relative;

}

.account-dropdown{

    position:absolute;

    top:60px;

    right:0;

    width:320px;

    background:#ffffff;

    border-radius:20px;

    padding:20px;

    border:1px solid #e5e7eb;

    box-shadow:
        0 20px 50px rgba(0,0,0,.12);

    opacity:0;

    visibility:hidden;

    transform:
        translateY(10px)
        scale(.98);

    transition:.25s ease;

    z-index:9999;

}

.account-menu:hover .account-dropdown{

    opacity:1;

    visibility:visible;

    transform:
        translateY(0)
        scale(1);

}

/*
|--------------------------------------------------------------------------
| Login formulář
|--------------------------------------------------------------------------
*/

.account-dropdown form{

    display:flex;

    flex-direction:column;

    gap:12px;

}

.account-dropdown input{

    width:100%;

    height:48px;

    padding:0 14px;

    border:1px solid #dbe3ea;

    border-radius:12px;

    font-size:14px;

    transition:.2s;

}

.account-dropdown input:focus{

    outline:none;

    border-color:#2563eb;

    box-shadow:
        0 0 0 4px
        rgba(37,99,235,.12);

}

/*
|--------------------------------------------------------------------------
| Přihlášení
|--------------------------------------------------------------------------
*/

.dropdown-login-btn{

    display:flex;

    align-items:center;

    justify-content:center;

    height:42px;

    padding:0 18px;

    border-radius:12px;

    background:#2563eb;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.25s ease;

}

.dropdown-login-btn:hover{

    background:#1d4ed8;

    transform:translateY(-2px);

}

/*
|--------------------------------------------------------------------------
| Odkazy
|--------------------------------------------------------------------------
*/

.account-dropdown a{

    display:flex;

    align-items:center;

    gap:10px;

    padding:12px 14px;

    margin-top:8px;

    border-radius:12px;

    color:#374151;

    text-decoration:none;

    transition:.2s;

}

.account-dropdown a:hover{

    background:#f3f4f6;

    color:#111827;

}

/*
|--------------------------------------------------------------------------
| Oddělovač
|--------------------------------------------------------------------------
*/

.account-dropdown hr{

    margin:16px 0;

    border:none;

    border-top:1px solid #e5e7eb;

}

.search-dropdown{

    position:relative;

}

.search-popup{

    position:absolute;

    top:55px;

    right:0;

    width:320px;

    background:#fff;

    border-radius:16px;

    padding:15px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.15);

    opacity:0;

    visibility:hidden;

    transform:translateY(10px);

    transition:.2s;

    z-index:9999;

}

.search-dropdown:hover .search-popup{

    opacity:1;

    visibility:visible;

    transform:translateY(0);

}

.search-popup input{

    width:100%;

    padding:12px;

    border:1px solid #ddd;

    border-radius:10px;

    margin-bottom:10px;

}

.search-popup button{

    width:100%;

    padding:12px;

    border:none;

    border-radius:10px;

    background:#2563eb;

    color:#fff;

    cursor:pointer;

}
.smer {
    font-size: 10px;
    color: #565656;
}
.waste-card{
    background:#fff;
    border-radius:24px;
    padding: 12px 32px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.next-waste{
    background:#f6fbf6;
    border:1px solid #e3efe3;
    border-radius:20px;
    padding:24px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.next-waste-counter strong{
    font-size:72px;
    line-height:1;
    color:#22a63a;
    border-left:1px solid #dfe7df;
    padding-left:24px;
    text-align:center;
}

.progress-track{
    height:12px;
    background:#e8ece8;
    border-radius:999px;
    overflow:hidden;
}

.progress-fill{
    height:100%;
    background:#22a63a;
    border-radius:999px;
}

.waste-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 20px;
    border:1px solid #ececec;
    border-radius:16px;
    margin-top:12px;
}

.days-badge{
    background:#fff4d9;
    color:#b78200;
    padding:8px 14px;
    border-radius:999px;
    font-weight:600;
}
.next-waste-icon{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    color:#4b5563;
}
.zastavka-vyber {

    font-size:12px;
}
.zastavka-vyber select{
    display:flex;
    width: 100%;
    border: 1px solid rgb(158, 158, 158);
    border-radius: 15px;
    padding: 10px;
    margin: 10px 0;

}
/* ==========================================
   RESPONSIVE DESIGN
========================================== */

/* TABLETY */
@media (max-width: 1200px) {

    .hero-container,
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .grid4,
    .grid3 {
        grid-template-columns: 1fr 1fr;
    }

    .services,
    .quick-nav {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .community-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* MENŠÍ TABLETY */
@media (max-width: 992px) {

    .topbar-container {
        flex-wrap: wrap;
        height: auto;
        padding: 15px;
        gap: 15px;
    }

    .main-nav {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-content h1 {
        font-size: 56px;
    }

    .hero-content h2 {
        font-size: 42px;
    }

    .weather-widget {
        width: 100%;
    }

    .stats-bar {
        flex-wrap: wrap;
        height: auto;
        padding: 20px;
        gap: 15px;
    }

    .separator {
        display: none;
    }

    .stat {
        min-width: 140px;
    }

    #mapa {
        height: 500px;
    }
}

/* MOBILY */
@media (max-width: 768px) {

    .container,
    .hero-container,
    .footer-container,
    .topbar-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero {
        padding: 60px 0;
    }

    .hero-content h1,
    .hero h1 {
        font-size: 40px;
        line-height: 1.1;
    }

    .hero-content h2,
    .hero h2 {
        font-size: 30px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary,
    .btn {
        width: 100%;
        text-align: center;
    }

    .services,
    .grid4,
    .grid3,
    .quick-nav,
    .stats,
    .weather-stats,
    .community-stats,
    .footer-container {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .album-content .gallery {
        grid-template-columns: 1fr;
    }

    .transport-row,
    .waste-row,
    .alert-row,
    .report-row,
    .community-post,
    .event-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .transport-right,
    .event-time,
    .alert-badge,
    .report-status {
        margin-top: 10px;
    }

    .next-waste {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .next-waste-counter strong {
        border: none;
        padding: 0;
    }

    .weather-temp {
        font-size: 56px;
    }

    .page-card,
    .card,
    .community-card,
    .gallery-card,
    .news-card,
    .transport-card {
        padding: 20px;
    }

    #mapa {
        height: 400px;
    }

    #homepage-mapa {
        height: 250px;
    }
}

/* MALÉ MOBILY */
@media (max-width: 480px) {

    .logo-title {
        font-size: 16px;
    }

    .logo-subtitle {
        display: none;
    }

    .hero-content h1,
    .hero h1 {
        font-size: 32px;
    }

    .hero-content h2,
    .hero h2 {
        font-size: 24px;
    }

    .weather-temp {
        font-size: 44px;
    }

    .temp {
        font-size: 42px;
    }

    .quick-item {
        height: auto;
        padding: 15px;
    }

    .quick-icon {
        font-size: 24px;
    }

    .card-header {
        flex-direction: column;
        text-align: center;
    }

    .gallery-image {
        height: 180px;
    }

    #mapa {
        height: 300px;
    }

    .pagination {
        gap: 5px;
    }

    .pagination .page-numbers {
        min-width: 35px;
        height: 35px;
        font-size: 13px;
    }
}
/* ==========================================
   MOBILE MENU
========================================== */

.mobile-toggle{
    display:none;

    width:46px;
    height:46px;

    border:none;
    border-radius:12px;

    background:rgba(255,255,255,.08);

    color:#fff;

    cursor:pointer;

    font-size:22px;
}

@media (max-width: 992px){

    .mobile-toggle{
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .main-nav{
        position:fixed;

        top:82px;
        left:0;
        right:0;

        background:#07152f;

        padding:20px;

        flex-direction:column;

        gap:10px;

        display:none;

        border-top:1px solid rgba(255,255,255,.08);

        box-shadow:
            0 20px 40px rgba(0,0,0,.25);
    }

    .main-nav.active{
        display:flex;
    }

    .main-nav-list{
        width:100%;

        flex-direction:column !important;

        align-items:stretch;
    }

    .main-nav-list li{
        width:100%;
    }

    .main-nav-list a{
        width:100%;

        justify-content:flex-start;

        padding:14px 18px;

        border-radius:12px;

        background:rgba(255,255,255,.04);
    }

    .header-actions{
        margin-left:auto;
    }

    .account-dropdown,
    .search-popup{
        width:280px;
    }
}
.header-weather{
    display:flex;
    align-items:center;
    gap:8px;
    padding:0 14px;
    height:44px;

    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);

    border-radius:12px;
    color:#fff;
    text-decoration:none;
    transition:.2s;
}

.header-weather:hover{
    background:rgba(255,255,255,.15);
    color:#fff;
}

.header-weather .weather-temp{
    font-size:14px;
    font-weight:600;
    line-height:1;
}

.header-weather svg{
    width:18px;
    height:18px;
}

.alerts-card{
    background:#fff;
    border-radius:24px;
    padding:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.alerts-list{
    margin-top:20px;
}

.alert-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:15px;
    padding:15px 0;
    border-bottom:1px solid #eee;
}

.alert-row:last-child{
    border-bottom:none;
}

.alert-title{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:5px;
}

.alert-title a{
    color:#111827;
    text-decoration:none;
    font-weight:600;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.alert-title a:hover{
    color:#2563eb;
}

.alert-meta{
    font-size:13px;
    color:#6b7280;
}

.alert-badge{
    padding:6px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:600;
    white-space:nowrap;
}

.alert-badge.high{
    background:#ef4444;
    color:#fff;
}

.alert-badge.medium{
    background:#f59e0b;
    color:#fff;
}

.alert-badge.low{
    background:#22c55e;
    color:#fff;
}

.no-alerts{
    text-align:center;
    padding:30px 15px;
    color:#6b7280;
}

.no-alerts-icon{
    font-size:32px;
    margin-bottom:10px;
}

.card-link{
    display:block;
    margin-top:20px;
    text-decoration:none;
    font-weight:600;
}

.nearest-collection{
    background:#fff;
    border-radius:20px;
    padding:35px;
    margin:25px 0;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
}

.nearest-label{
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#94a3b8;
    margin-bottom:15px;
}

.nearest-date{
    font-size:34px;
    font-weight:800;
    margin-top:15px;
}

.nearest-days{
    font-size:24px;
    font-weight:700;
    margin-top:8px;
}

.nearest-collection::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:6px;
}



.nearest-brown::before{
    background:#8B5E3C;
}

.nearest-yellow::before{
    background:#F4B400;
}

.nearest-green::before{
    background:#34A853;
}

.nearest-blue::before{
    background:#4285F4;
}

.nearest-red::before{
    background:#EA4335;
}

.nearest-black::before{
    background:#333333;
}

.collection-card{
    background:#fff;
    border-radius:16px;
    padding: 15px 20px;
    margin-bottom:15px;
    position:relative;
    overflow:hidden;
    border:1px solid #e5e7eb;
}

.collection-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
}

.waste-brown::before{
    background:#8B5E3C;
}

.waste-yellow::before{
    background:#F4B400;
}

.waste-green::before{
    background:#34A853;
}

.waste-blue::before{
    background:#4285F4;
}

.waste-red::before{
    background:#EA4335;
}

.waste-black::before{
    background:#333333;
}

.collection-title{
    margin:0 0 10px;
    font-size:18px;
    font-weight:700;
}


.collection-meta{
    color:#6b7280;
    font-size:14px;
}
.waste-streets{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:25px;
}

.street-btn{
    border:none;
    background:#fff;
    border:1px solid #dbe3ef;
    border-radius:12px;
    padding:10px 16px;
    cursor:pointer;
    transition:.2s;
    font-weight:600;
}

.street-btn:hover{
    background:#f3f7ff;
    border-color:#2563eb;
}

.street-btn.active{
    background:#2563eb;
    color:#fff;
    border-color:#2563eb;
}
.waste-next-title{
    font-size:30px;
    font-weight:700;
    line-height: 1.2;
}

.waste-next-date{
    font-size:18px;
    margin-top:10px;
}

.waste-next-days{
    font-size:24px;
    font-weight:700;
    margin-top:10px;
    
}
.current-street{
    cursor:pointer;
    display:inline-block;
    
    font-size:13px;
    color:#666;
}

.street-dropdown{
    display:none;
    position:absolute;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.1);
    padding:8px;
    margin-top:8px;
    z-index:100;
    min-width:180px;
}

.street-dropdown.active{
    display:block;
}

.homepage-street-btn{
    width:100%;
    border:0;
    background:none;
    text-align:left;
    padding:10px 12px;
    border-radius:8px;
    cursor:pointer;
}

.homepage-street-btn:hover{
    background:#f3f4f6;
}
.waste-next-secondary{
    margin-top:15px;
    padding-top:15px;
    border-top:1px solid rgba(0,0,0,.08);
}

.waste-next-secondary small{
    display:block;
    color:#888;
    margin-bottom:4px;
}

.secondary-title{
    font-weight:700;
    font-size:16px;
}

.secondary-date{
    color:#666;
    font-size:13px;
}
.waste-next-days{
    font-size:32px;
    font-weight:700;
    color:#16a34a;
    margin-top:8px;
}

.secondary-days{
    font-size:13px;
    font-weight:600;
    color:#666;
}
.waste-sko{
    color:#8B5A2B;
}

.waste-plast{
    color:#f0b000;
}

.waste-papir{
    color:#2f6fff;
}

.waste-sklo{
    color:#16a34a;
}

.waste-bio{
    color:#7c3f00;
}
.waste-box{
    border:2px solid;
    border-radius:12px;
    padding:15px;
    
}

.waste-box.sko{
    border-color:#8B5A2B;
    background:#f5eee8;
}

.waste-box.plast{
    border-color:#f0b000;
    background:#fff8df;
}

.waste-box.papir{
    border-color:#2f6fff;
    background:#eef4ff;
}

.waste-box.sklo{
    border-color:#16a34a;
    background:#ecfdf3;
}

.waste-box.bio{
    border-color:#6b4f2c;
    background:#f5efe7;
}

.waste-box.kovy{
    border-color:#666666;
    background:#f5f5f5;
}

.waste-box.textil{
    border-color:#8b5cf6;
    background:#f4efff;
}

.waste-box.elektro{
    border-color:#dc2626;
    background:#fef0f0;
}

.waste-box.oleje{
    border-color:#ea580c;
    background:#fff4eb;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    padding: 22px 0;
    color: #ffffff;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.footer-copyright {
    margin: 0;

    font-size: 13px;
 
}


/* STRANGER */

.stranger-credit {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    color: #ffffff;
    text-decoration: none;
   
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

.stranger-credit-label {
    font-size: 9px;
    font-weight: 700;
color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.22em;
}

.stranger-credit-divider {
    width: 1px;
    height: 22px;
    background: #ffffff;
}

.stranger-credit-brand {
    font-size: 13px;
    font-weight: 800;

    letter-spacing: 0.28em;


    transition:
        color 0.25s ease,
        letter-spacing 0.25s ease;
}



/* HOVER */

.stranger-credit:hover {
    transform: translateX(-2px);
}

.stranger-credit:hover .stranger-credit-brand {
    color: #ef4444;
    letter-spacing: 0.34em;
}

.stranger-credit:hover .stranger-credit-arrow {
    transform: translate(3px, -3px);
}


/* MOBILE */

@media (max-width: 700px) {

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

}
