.elementor-2044 .elementor-element.elementor-element-06cea80{--display:flex;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2044 .elementor-element.elementor-element-07fc4b0{text-align:center;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2044 .elementor-element.elementor-element-0e022af .elementor-icon-list-icon{width:14px;}.elementor-2044 .elementor-element.elementor-element-0e022af .elementor-icon-list-icon i{font-size:14px;}.elementor-2044 .elementor-element.elementor-element-0e022af .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2044 .elementor-element.elementor-element-fccbc49{text-align:center;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS for container, class: .elementor-element-06cea80 *//* Base styling */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f8fafc;
    color: #2d3748;
    line-height: 1.6;
}

/* Main container */
.elementor-element-06cea80 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.elementor-element-06cea80 .e-con-inner {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}

.elementor-element-06cea80::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1e88e5, #FFC107);
    border-radius: 20px 20px 0 0;
}

/* Nadpis */
.nadpis {
    padding: 40px 40px 20px 40px;
    text-align: center;
}

.nadpis .elementor-heading-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
    line-height: 1.2;
}

/* Kategorie */
#kategorie {
    padding: 0 40px 30px 40px;
    text-align: center;
}

#kategorie .elementor-post-info__terms-list-item {
    display: inline-block;
    background: linear-gradient(135deg, #1e88e5, #1565c0);
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

#kategorie .elementor-post-info__terms-list-item:hover {
    background: linear-gradient(135deg, #FFC107, #FFB300);
    color: #2d3748;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

/* Galerie */
.obrazky {
    padding: 0 40px 40px 40px;
}

.project-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    align-items: start;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin: 0;
    background: #f8fafc;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.gallery-item a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.project-image {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: contain;
    object-position: center;
    transition: all 0.3s ease;
    display: block;
}

.gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-item:hover .project-image {
    transform: scale(1.05);
}

/* Button zpět */
#buttonback {
    display: inline-block;
    background: linear-gradient(135deg, #1e88e5, #1565c0) !important;
    color: white !important;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-bottom: 40px;
}

#buttonback:hover {
    background: linear-gradient(135deg, #FFC107, #FFB300) !important;
    color: #2d3748 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

.elementor-element-745297b {
    text-align: center;
    padding-bottom: 40px;
}

/* Responsive */
@media (max-width: 768px) {
    .elementor-element-06cea80 {
        padding: 20px 15px;
    }

    .nadpis {
        padding: 25px 25px 15px 25px;
    }

    .nadpis .elementor-heading-title {
        font-size: 1.8rem;
    }

    #kategorie {
        padding: 0 25px 25px 25px;
    }

    .obrazky {
        padding: 0 25px 25px 25px;
    }

    .project-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 200px);
        gap: 15px;
    }

    .gallery-item:first-child {
        grid-column: 1;
        grid-row: 1;
        height: 200px;
    }

    .gallery-item:nth-child(2),
    .gallery-item:nth-child(3),
    .gallery-item:nth-child(4),
    .gallery-item:nth-child(5) {
        grid-column: 1;
        grid-row: auto;
    }

    .elementor-element-745297b {
        padding-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .nadpis .elementor-heading-title {
        font-size: 1.5rem;
    }

    .nadpis,
    #kategorie,
    .obrazky {
        padding-left: 20px;
        padding-right: 20px;
    }

    .elementor-element-745297b {
        padding-bottom: 20px;
    }
}/* End custom CSS */