.otstup{
            height:50px;
        }
        .page-header {
            background-color: #f8f9fa;
            padding: 80px 0;
            position: relative;
        }
        .border-20{
            height:5px
        }

        .page-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(10, 77, 92, 0.03) 0%, rgba(13, 100, 120, 0.03) 100%);
        }
        
        .page-header-content {
            position: relative;
            z-index: 1;
            text-align: center;
        }
        
        .page-title {
            font-size: 3rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }
        
        /* Custom Breadcrumb */
        .custom-breadcrumb {
            background: transparent;
            padding: 0;
            margin: 0;
            justify-content: center;
        }
        
        .custom-breadcrumb .breadcrumb-item {
            font-size: 0.95rem;
            color: #6c757d;
        }
        
        .custom-breadcrumb .breadcrumb-item a {
            color: #6c757d;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .custom-breadcrumb .breadcrumb-item a:hover {
            color: #0d6478;
        }
        
        .custom-breadcrumb .breadcrumb-item.active {
            color: #1a1a1a;
            font-weight: 500;
        }
        
        .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            content: "→";
            color: #6c757d;
            padding: 0 10px;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .page-header {
                padding: 60px 0;
            }
            
            .page-title {
                font-size: 2.2rem;
            }
        }
        
        @media (max-width: 576px) {
            .page-header {
                padding: 50px 0;
            }
            
            .page-title {
                font-size: 1.8rem;
            }
        }

        /* Demo Content Section */
        .content-section {
            padding: 80px 0;
        }
        
        .content-box {
            background: #fff;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
        }
        
        .content-box h3 {
            color: #0d6478;
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        .content-box p {
            color: #6c757d;
            line-height: 1.8;
        }

        .border-20{
            height:5px
        }
